mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-10 07:12:20 -05:00
Bump the migration revision ID by 1
Concourse had passed the tests before someone elses migration had beaten me to getting merged. So I merged and got an error. This should fix it
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
|
||||
Revision ID: 0344_move_broadcast_provider
|
||||
Revises: 0343_org_billing_details
|
||||
Revision ID: 0345_move_broadcast_provider
|
||||
Revises: 0344_stubbed_not_nullable
|
||||
Create Date: 2021-02-09 09:19:07.957980
|
||||
|
||||
"""
|
||||
@@ -9,8 +9,8 @@ from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
revision = '0344_move_broadcast_provider'
|
||||
down_revision = '0343_org_billing_details'
|
||||
revision = '0345_move_broadcast_provider'
|
||||
down_revision = '0344_stubbed_not_nullable'
|
||||
|
||||
|
||||
def upgrade():
|
||||
Reference in New Issue
Block a user