Reanmed the link table to be a bteer description of what the table is for as it was previously confusing. Updated the migration script to reflect those changes

This commit is contained in:
Richard Chapman
2017-09-28 11:11:41 +01:00
parent 6356a5320a
commit fdc4d4c24f
2 changed files with 10 additions and 10 deletions

View File

@@ -1416,8 +1416,8 @@ class ServiceLetterContact(db.Model):
}
class NotificationSmsSender(db.Model):
__tablename__ = "notification_to_email_sender"
class NotificationEmailReplyTo(db.Model):
__tablename__ = "notification_to_email_reply_to"
notification_id = db.Column(
UUID(as_uuid=True),