6 lines
76 B
SQL
6 lines
76 B
SQL
-- [VALVES]
|
|
|
|
drop table if exists valves;
|
|
|
|
drop type if exists valves_type;
|