Format sql

This commit is contained in:
WQY\qiong
2022-10-09 11:06:19 +08:00
parent d99c0eacbf
commit 9accb467b2
58 changed files with 283 additions and 283 deletions

View File

@@ -1,13 +1,13 @@
-- [STATUS]
DROP TABLE IF EXISTS STATUS_LINK;
drop table if exists status_link;
DROP TABLE IF EXISTS STATUS_VALVE;
drop table if exists status_valve;
DROP TYPE IF EXISTS STATUS_VALVE_STATUS;
drop type if exists status_valve_status;
DROP TABLE IF EXISTS STATUS_PUMP;
drop table if exists status_pump;
DROP TABLE IF EXISTS STATUS_PIPE;
drop table if exists status_pipe;
DROP TYPE IF EXISTS STATUS_PIPE_PUMP_STATUS;
drop type if exists status_pipe_pump_status;