Format sql

This commit is contained in:
WQY\qiong
2022-10-09 11:06:19 +08:00
parent d99c0eacbf
commit 9accb467b2
58 changed files with 283 additions and 283 deletions

View File

@@ -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;