iot-server/sql/clear.sql

13 lines
290 B
MySQL
Raw Normal View History

2025-05-13 01:52:42 +00:00
truncate table iot_alert_log;
truncate table iot_device;
truncate table iot_device_log;
truncate table iot_event_log;
truncate table iot_function_log;
truncate table iot_product;
truncate table iot_things_model;
truncate table news;
truncate table notify_log;
truncate table sys_job_log;