diff --git a/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py b/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py index 9329942b0..733971ef1 100644 --- a/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py +++ b/data/migrations/versions/4ce2169efd3b_add_reversion_column_to_the_tags_table.py @@ -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