mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge branch 'master' into add-update-multiple-sms-sender
This commit is contained in:
@@ -228,6 +228,10 @@ class Service(db.Model, Versioned):
|
||||
nullable=False,
|
||||
default=BRANDING_GOVUK
|
||||
)
|
||||
organisation_type = db.Column(
|
||||
db.String(255),
|
||||
nullable=True,
|
||||
)
|
||||
|
||||
association_proxy('permissions', 'service_permission_types')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user