4 lines
64 B
SQL
4 lines
64 B
SQL
drop index if exists region_gist;
|
|
|
|
drop table if exists region;
|
drop index if exists region_gist;
|
|
|
|
drop table if exists region;
|