mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #3096 from alphagov/add-notes-to-service
Add notes column to services table
This commit is contained in:
@@ -487,6 +487,8 @@ class Service(db.Model, Versioned):
|
||||
organisation_id = db.Column(UUID(as_uuid=True), db.ForeignKey('organisation.id'), index=True, nullable=True)
|
||||
organisation = db.relationship('Organisation', backref='services')
|
||||
|
||||
notes = db.Column(db.Text, nullable=True)
|
||||
|
||||
email_branding = db.relationship(
|
||||
'EmailBranding',
|
||||
secondary=service_email_branding,
|
||||
|
||||
Reference in New Issue
Block a user