diff --git a/temp/legacy.importFromCSV.js b/temp/legacy.importFromCSV.js index 97771733..531988c2 100644 --- a/temp/legacy.importFromCSV.js +++ b/temp/legacy.importFromCSV.js @@ -47,6 +47,7 @@ function purgeTables() { database.prepare("delete from LotOccupancyComments").run(); database.prepare("delete from LotOccupancyOccupants").run(); database.prepare("delete from LotOccupancies").run(); + database.prepare("delete from LotFields").run(); database.prepare("delete from LotComments").run(); database.prepare("delete from Lots").run(); database diff --git a/temp/legacy.importFromCSV.ts b/temp/legacy.importFromCSV.ts index 7218671e..e95b5d9a 100644 --- a/temp/legacy.importFromCSV.ts +++ b/temp/legacy.importFromCSV.ts @@ -221,6 +221,7 @@ function purgeTables() { database.prepare("delete from LotOccupancyComments").run(); database.prepare("delete from LotOccupancyOccupants").run(); database.prepare("delete from LotOccupancies").run(); + database.prepare("delete from LotFields").run(); database.prepare("delete from LotComments").run(); database.prepare("delete from Lots").run(); database