Take care dropping table

This commit is contained in:
WQY\qiong
2023-04-30 12:23:04 +08:00
parent 8d49db2942
commit 45296960e7

View File

@@ -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;