mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 06:11:49 -05:00
Add service permissions DAO and refactor user service permission mock
This commit is contained in:
@@ -77,7 +77,8 @@ def notify_db_session(notify_db):
|
||||
"provider_details_history",
|
||||
"template_process_type",
|
||||
"dvla_organisation",
|
||||
"notification_status_types"]:
|
||||
"notification_status_types",
|
||||
"service_permission_types"]:
|
||||
notify_db.engine.execute(tbl.delete())
|
||||
notify_db.session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user