Es una aplicación que se utiliza para realizar las actualizaciones de los dispositivos fabricados en FANIOT a través de OTA.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
970 B

TYPE=VIEW
query=select `main_database`.`products`.`product` AS `product`,`main_database`.`devices`.`chip_id` AS `chip_id` from (`main_database`.`devices` join `main_database`.`products` on(`main_database`.`devices`.`product_id` = `main_database`.`products`.`product_id`))
md5=d8b81498fe3f62a4011a2fb0cc23b288
updatable=1
algorithm=0
definer_user=aplication
definer_host=%
suid=1
with_check_option=0
timestamp=2022-02-18 11:22:55
create-version=2
source=select `products`.`product` AS `product`,`devices`.`chip_id` AS `chip_id` from (`devices` join `products` on((`devices`.`product_id` = `products`.`product_id`)))
client_cs_name=utf8mb4
connection_cl_name=utf8mb4_general_ci
view_body_utf8=select `main_database`.`products`.`product` AS `product`,`main_database`.`devices`.`chip_id` AS `chip_id` from (`main_database`.`devices` join `main_database`.`products` on(`main_database`.`devices`.`product_id` = `main_database`.`products`.`product_id`))
mariadb-version=100513