Fix the migration script so that the down revision is pointing to the migration scripts in the merge

This commit is contained in:
Rebecca Law
2016-01-14 10:23:06 +00:00
parent cf730de927
commit 5e61515eb6

View File

@@ -8,7 +8,7 @@ Create Date: 2016-01-13 17:07:49.061776
# revision identifiers, used by Alembic.
revision = '0003_create_tokens'
down_revision = '0001_initialise_data'
down_revision = '0002_add_templates'
from alembic import op
import sqlalchemy as sa