mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user