6 lines
92 B
SQL
6 lines
92 B
SQL
-- [COORDINATES]
|
|
|
|
drop index if exists coordinates_gist;
|
|
|
|
drop table if exists coordinates;
|