mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Update queries for data model change (removal of organisation_to_service)
New query to get letter breakdown.
This commit is contained in:
@@ -108,7 +108,8 @@ def create_service(
|
||||
check_if_service_exists=False,
|
||||
go_live_user=None,
|
||||
go_live_at=None,
|
||||
crown=True
|
||||
crown=True,
|
||||
organisation=None
|
||||
):
|
||||
if check_if_service_exists:
|
||||
service = Service.query.filter_by(name=service_name).first()
|
||||
|
||||
Reference in New Issue
Block a user