mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
remove broadcast-related code, except migrations
This commit is contained in:
@@ -128,11 +128,8 @@ def notify_db_session(_notify_db, sms_providers):
|
||||
"organisation_types",
|
||||
"service_permission_types",
|
||||
"auth_type",
|
||||
"broadcast_status_type",
|
||||
"invite_status_type",
|
||||
"service_callback_type",
|
||||
"broadcast_channel_types",
|
||||
"broadcast_provider_types"]:
|
||||
"service_callback_type"]:
|
||||
_notify_db.engine.execute(tbl.delete())
|
||||
_notify_db.session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user