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:
Rebecca Law
2019-04-09 14:33:38 +01:00
parent 1ce044011c
commit 64428368d1
7 changed files with 58 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def upgrade():
'{}',
'',
'tfl_dar_x2.png',
''
'tfl'
)""".format(TFL_DAR_ID))