Drop if exists

This commit is contained in:
wqy
2022-09-03 09:30:19 +08:00
parent e68c1776c4
commit dc07e4811c
29 changed files with 63 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
-- [COORDINATES]
DROP INDEX COORDINATES_GIST;
DROP INDEX IF EXISTS COORDINATES_GIST;
DROP INDEX COORDINATES_SPGIST;
DROP INDEX IF EXISTS COORDINATES_SPGIST;
DROP TABLE COORDINATES;
DROP TABLE IF EXISTS COORDINATES;