mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Merge pull request #3133 from alphagov/bump-migration-rev
Bump the migration revision ID by 1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0344_move_broadcast_provider
|
Revision ID: 0345_move_broadcast_provider
|
||||||
Revises: 0343_org_billing_details
|
Revises: 0344_stubbed_not_nullable
|
||||||
Create Date: 2021-02-09 09:19:07.957980
|
Create Date: 2021-02-09 09:19:07.957980
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
revision = '0344_move_broadcast_provider'
|
revision = '0345_move_broadcast_provider'
|
||||||
down_revision = '0343_org_billing_details'
|
down_revision = '0344_stubbed_not_nullable'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user