You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.2 KiB
SQL
26 lines
1.2 KiB
SQL
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_device";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_formula";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_device_attribute";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_formula_detail";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_gateway";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_iot_organization";
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_kanban";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_formula_record";
|
|
|
|
-- 将该删表 SQL 语句,添加到 yudao-module-iot-biz 模块的 test/resources/sql/clean.sql 文件里
|
|
DELETE FROM "iot_mqtt_record"; |