add auth_type to schemas to enable updating in endpoints

This commit is contained in:
Leo Hemsted
2017-10-30 11:53:55 +00:00
parent 0ab89116ee
commit 7c8586f959
4 changed files with 73 additions and 24 deletions

View File

@@ -106,7 +106,8 @@ def notify_db_session(notify_db):
"template_process_type",
"dvla_organisation",
"notification_status_types",
"service_permission_types"]:
"service_permission_types",
"auth_type"]:
notify_db.engine.execute(tbl.delete())
notify_db.session.commit()