mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Remove the organisation_to_service table.
This table is no longer used or referenced in the code. We can remove this mapping table now that the organisation to service relationship is handled by the foreign key in Services.
This commit is contained in:
@@ -70,7 +70,7 @@ def create_app(application):
|
||||
application.config.from_object(configs[notify_environment])
|
||||
|
||||
application.config['NOTIFY_APP_NAME'] = application.name
|
||||
|
||||
print(application.config['SQLALCHEMY_DATABASE_URI'])
|
||||
init_app(application)
|
||||
request_helper.init_app(application)
|
||||
db.init_app(application)
|
||||
|
||||
Reference in New Issue
Block a user