Format sql
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- [COORDINATES]
|
||||
|
||||
DROP INDEX IF EXISTS COORDINATES_GIST;
|
||||
drop index if exists coordinates_gist;
|
||||
|
||||
DROP INDEX IF EXISTS COORDINATES_SPGIST;
|
||||
drop index if exists coordinates_spgist;
|
||||
|
||||
DROP TABLE IF EXISTS COORDINATES;
|
||||
drop table if exists coordinates;
|
||||
|
||||
Reference in New Issue
Block a user