mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 10:28:55 -04:00
Update EmailBranding.name to be not null and unique.
Needed to update old migration scripts so that the email_branding name is not null when creating the test dbs. This should no affect the migrations elsewhere.
This commit is contained in:
@@ -22,7 +22,7 @@ def upgrade():
|
||||
'{}',
|
||||
'',
|
||||
'tfl_dar_x2.png',
|
||||
''
|
||||
'tfl'
|
||||
)""".format(TFL_DAR_ID))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user