mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-23 09:29:43 -04: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')
|
||||
|
||||
|
||||
@@ -177,6 +177,7 @@ class ServiceSchema(BaseSchema):
|
||||
|
||||
created_by = field_for(models.Service, 'created_by', required=True)
|
||||
organisation = field_for(models.Service, 'organisation')
|
||||
organisation_type = field_for(models.Service, 'organisation_type')
|
||||
branding = field_for(models.Service, 'branding')
|
||||
dvla_organisation = field_for(models.Service, 'dvla_organisation')
|
||||
free_sms_fragment_limit = field_for(models.Service, 'free_sms_fragment_limit')
|
||||
|
||||
Reference in New Issue
Block a user