6 lines
75 B
SQL
6 lines
75 B
SQL
-- [PIPES]
|
|
|
|
drop table if exists pipes;
|
|
|
|
drop type if exists pipes_status;
|