Revert "Revert "add DVLA organisations to API""

This commit is contained in:
Imdad Ahad
2017-04-21 12:39:42 +01:00
committed by Chris Hill-Scott
parent 4c764dcc80
commit c4fac1d937
13 changed files with 139 additions and 79 deletions

View File

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