Fix branch in alembic migrations
This commit is contained in:
parent
2815ea2723
commit
a8f8c317f9
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
"""Add reversion column to the tags table
|
"""Add reversion column to the tags table
|
||||||
|
|
||||||
Revision ID: 4ce2169efd3b
|
Revision ID: 4ce2169efd3b
|
||||||
Revises: 2b4dc0818a5e
|
Revises: 30c044b75632
|
||||||
Create Date: 2015-04-16 17:10:16.039835
|
Create Date: 2015-04-16 17:10:16.039835
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '4ce2169efd3b'
|
revision = '4ce2169efd3b'
|
||||||
down_revision = '2b4dc0818a5e'
|
down_revision = '30c044b75632'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
Reference in a new issue