mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
add auth_type to schemas to enable updating in endpoints
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user