Do not delete rates

This commit is contained in:
Rebecca Law
2017-04-24 16:32:23 +01:00
parent 43226dc932
commit 266c17dfd6

View File

@@ -76,7 +76,8 @@ def notify_db_session(notify_db):
"job_status", "job_status",
"provider_details_history", "provider_details_history",
"template_process_type", "template_process_type",
"dvla_organisation"]: "dvla_organisation",
"rates"]:
notify_db.engine.execute(tbl.delete()) notify_db.engine.execute(tbl.delete())
notify_db.session.commit() notify_db.session.commit()