Files
TJWaterServer/script/sql/drop/10.status.sql
2022-10-09 11:06:19 +08:00

14 lines
241 B
SQL

-- [STATUS]
drop table if exists status_link;
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;