Format sql
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user