mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Merge pull request #1044 from alphagov/add-logo-enterprise
Remove name from organisation
This commit is contained in:
@@ -21,7 +21,7 @@ def upgrade():
|
|||||||
op.execute("""INSERT INTO organisation VALUES (
|
op.execute("""INSERT INTO organisation VALUES (
|
||||||
'{}',
|
'{}',
|
||||||
'',
|
'',
|
||||||
'data_gov_uk_x2.png',
|
'',
|
||||||
''
|
''
|
||||||
)""".format(DATA_GOV_UK_ID))
|
)""".format(DATA_GOV_UK_ID))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user