Revert "add DVLA organisations to API"

This commit is contained in:
Leo Hemsted
2017-04-20 18:21:56 +01:00
committed by GitHub
parent 95b3248a5e
commit c3e56d5d2d
14 changed files with 79 additions and 199 deletions

View File

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