mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 18:01:08 -05: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():
|
||||
'{}',
|
||||
'',
|
||||
'data_gov_uk_x2.png',
|
||||
''
|
||||
'data gov.uk'
|
||||
)""".format(DATA_GOV_UK_ID))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user