diff --git a/script/sql/drop/32.region.sql b/script/sql/drop/32.region.sql index 71bc330..693aa07 100644 --- a/script/sql/drop/32.region.sql +++ b/script/sql/drop/32.region.sql @@ -1,5 +1,7 @@ drop table if exists temp_vd_topology; +drop table if exists temp_link; + drop table if exists temp_node; drop index if exists temp_region_gist;