Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- [CONTROLS]
|
||||
|
||||
DROP TABLE IF EXISTS CONTROLS_3;
|
||||
drop table if exists controls_3;
|
||||
|
||||
DROP TABLE IF EXISTS CONTROLS_2;
|
||||
drop table if exists controls_2;
|
||||
|
||||
DROP TABLE IF EXISTS CONTROLS_1;
|
||||
drop table if exists controls_1;
|
||||
|
||||
DROP TYPE IF EXISTS CONTROLS_1_PREP;
|
||||
drop type if exists controls_1_prep;
|
||||
|
||||
Reference in New Issue
Block a user