Start region work

This commit is contained in:
WQY\qiong
2023-03-31 09:55:06 +08:00
parent 55e52ff4fc
commit e0b6ce7559
8 changed files with 89 additions and 5 deletions

View File

@@ -2,6 +2,4 @@
drop index if exists coordinates_gist;
drop index if exists coordinates_spgist;
drop table if exists coordinates;

View File

@@ -0,0 +1,3 @@
drop index if exists virtual_district_gist;
drop table if exists virtual_district;