Commit d50fe949c70507d406fa6067584c08bf33eb6479

Authored by xp.Huang
1 parent 68a844f9

feat: 移除不需要的tk_device_user表

... ... @@ -25,3 +25,6 @@ INSERT INTO "public"."sys_dict"("id", "dict_name", "dict_code", "description", "
25 25
26 26 INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('9fcf4993-1741-44c3-bf60-06b6381c7c9b', '773c10d0-2eac-4ff4-bd79-42644a8106a8', '萤石平台', '1', NULL, 2, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:22.324817', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:21:31.88749');
27 27 INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('416ad944-f838-4444-8957-3da28d273b2d', '773c10d0-2eac-4ff4-bd79-42644a8106a8', '海康ISC平台', '0', NULL, 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:01.050091', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:28.458445');
  28 +
  29 +--移除不需要的表
  30 +DROP TABLE IF EXISTS "public"."tk_device_user";
\ No newline at end of file
... ...