remove broadcast-related code, except migrations

This commit is contained in:
stvnrlly
2022-10-04 15:28:27 +00:00
parent 36ce2f7830
commit 57f4df8ed1
58 changed files with 14 additions and 6600 deletions

View File

@@ -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()