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:
David McDonald
2021-02-10 17:37:24 +00:00
parent 5f58f6c698
commit 35ffb048e5

View File

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