13 lines
290 B
MySQL
13 lines
290 B
MySQL
|
|
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;
|
||
|
|
|
||
|
|
|