mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
add DVLA organisations to API
when services are created, they'll have a dvla_org_id of 001, or HM Government. That can be changed later using a regular update call
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user