Skip to content

Commit

Permalink
fix: add missed unsimplifiedtaskpolygons to table drop
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2024
1 parent 4dd7088 commit 9be5fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fmtm_splitter/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def drop_tables(conn: psycopg2.extensions.connection):
"DROP TABLE IF EXISTS lowfeaturecountpolygons CASCADE; "
"DROP TABLE IF EXISTS voronois CASCADE; "
"DROP TABLE IF EXISTS taskpolygons CASCADE; "
"DROP TABLE IF EXISTS splitpolygons CASCADE;"
"DROP TABLE IF EXISTS unsimplifiedtaskpolygons CASCADE; "
"DROP TABLE IF EXISTS splitpolygons CASCADE; "
"DROP TABLE IF EXISTS project_aoi CASCADE; "
"DROP TABLE IF EXISTS ways_poly CASCADE; "
"DROP TABLE IF EXISTS ways_line CASCADE;"
Expand Down

0 comments on commit 9be5fbc

Please sign in to comment.