Refine status schema

This commit is contained in:
WQY\qiong
2022-10-22 10:57:35 +08:00
parent 2341d7f675
commit 508822c91c
2 changed files with 7 additions and 33 deletions

View File

@@ -1,13 +1,5 @@
-- [STATUS]
drop table if exists status_link;
drop table if exists status;
drop table if exists status_valve;
drop type if exists status_valve_status;
drop table if exists status_pump;
drop table if exists status_pipe;
drop type if exists status_pipe_pump_status;
drop type if exists link_status;