Fix branch in alembic migrations

This commit is contained in:
Joseph Schorr 2015-04-19 15:20:01 -04:00
parent 2815ea2723
commit a8f8c317f9

View file

@ -1,14 +1,14 @@
"""Add reversion column to the tags table
Revision ID: 4ce2169efd3b
Revises: 2b4dc0818a5e
Revises: 30c044b75632
Create Date: 2015-04-16 17:10:16.039835
"""
# revision identifiers, used by Alembic.
revision = '4ce2169efd3b'
down_revision = '2b4dc0818a5e'
down_revision = '30c044b75632'
from alembic import op
import sqlalchemy as sa