10 lines
154 B
SQL
10 lines
154 B
SQL
-- [CONTROLS]
|
|
|
|
drop table if exists controls_3;
|
|
|
|
drop table if exists controls_2;
|
|
|
|
drop table if exists controls_1;
|
|
|
|
drop type if exists controls_1_prep;
|