Add table for sub region type
This commit is contained in:
@@ -11,3 +11,5 @@ drop table if exists temp_region;
|
||||
drop index if exists region_gist;
|
||||
|
||||
drop table if exists region;
|
||||
|
||||
drop type if exists region_type;
|
||||
|
||||
1
script/sql/drop/33.dma.sql
Normal file
1
script/sql/drop/33.dma.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists region_dma;
|
||||
1
script/sql/drop/34.sa.sql
Normal file
1
script/sql/drop/34.sa.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists region_sa;
|
||||
1
script/sql/drop/35.vd.sql
Normal file
1
script/sql/drop/35.vd.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists region_vd;
|
||||
1
script/sql/drop/36.wda.sql
Normal file
1
script/sql/drop/36.wda.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists region_wda;
|
||||
Reference in New Issue
Block a user