Format sql
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- [TANKS]
|
||||
|
||||
DROP TABLE IF EXISTS TANKS;
|
||||
drop table if exists tanks;
|
||||
|
||||
DROP TYPE IF EXISTS TANKS_OVERFLOW;
|
||||
drop type if exists tanks_overflow;
|
||||
|
||||
Reference in New Issue
Block a user