delete temp table

This commit is contained in:
Ed Chalstrey 2022-04-04 13:58:59 +01:00
parent 52f045c404
commit 37631b82f7

View File

@ -34,4 +34,4 @@ psql -c "UPDATE buildings
;"
# Delete the temporary table
# psql -c "DROP TABLE open_toid;"
psql -c "DROP TABLE open_toid;"