Index: branches/LCSv2/models/db.py.bak
===================================================================
--- branches/LCSv2/models/db.py.bak	(revision 620)
+++ branches/LCSv2/models/db.py.bak	(revision 622)
@@ -69,4 +69,4 @@
                 Field('radiocallnum')
                 )
-db.supervisors.truncate() # delete all records and reset the counter of the id.
-db.supervisors.import_from_csv_file(open('crew.csv', 'r')) #import the file
+db.crew.truncate() # delete all records and reset the counter of the id.
+db.crew.import_from_csv_file(open('crew.csv', 'r')) #import the file
Index: branches/LCSv2/models/db.py
===================================================================
--- branches/LCSv2/models/db.py	(revision 620)
+++ branches/LCSv2/models/db.py	(revision 622)
@@ -16,4 +16,5 @@
                 Field('endlocation'),
                 Field('closuretype'),
+                Field('closedlanes'),
                 Field('worktype'),
                 Field('estdelay'),
