Remove name from organisation

This commit is contained in:
Rebecca Law
2017-06-26 13:10:36 +01:00
parent 4fe62ac121
commit 9f2b806b18

View File

@@ -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))