mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Do not delete rates
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user