Blame view

urbanops-module-iot/urbanops-module-iot-biz/src/test/resources/sql/clean.sql 299 Bytes
2f252ffd   王彪总   feat(pay): 实现支付宝支...
1
2
3
4
5
6
7
8
9
10
  DELETE FROM "iot_scene_rule";
  DELETE FROM "iot_product";
  DELETE FROM "iot_device";
  DELETE FROM "iot_thing_model";
  DELETE FROM "iot_device_data";
  DELETE FROM "iot_alert_config";
  DELETE FROM "iot_alert_record";
  DELETE FROM "iot_ota_firmware";
  DELETE FROM "iot_ota_task";
  DELETE FROM "iot_ota_record";