mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Merge pull request #1017 from alphagov/fix-migration-conflict
Fix conflict in db migration script
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"""empty message
|
||||
|
||||
Revision ID: 0092_data_gov_uk
|
||||
Revises: 0091_letter_billing
|
||||
Revision ID: 0093_data_gov_uk
|
||||
Revises: 0092_add_inbound_provider
|
||||
Create Date: 2017-06-05 16:15:17.744908
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '0092_data_gov_uk'
|
||||
down_revision = '0091_letter_billing'
|
||||
revision = '0093_data_gov_uk'
|
||||
down_revision = '0092_add_inbound_provider'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
@@ -16,6 +16,7 @@ from sqlalchemy.dialects import postgresql
|
||||
|
||||
DATA_GOV_UK_ID = '123496d4-44cb-4324-8e0a-4187101f4bdc'
|
||||
|
||||
|
||||
def upgrade():
|
||||
op.execute("""INSERT INTO organisation VALUES (
|
||||
'{}',
|
||||
Reference in New Issue
Block a user