14 lines
241 B
SQL
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;
|