Merge pull request #1394 from alphagov/fix-migration-order-0136

Fix migration numbers after #1383
This commit is contained in:
Alexey Bezhan
2017-11-15 11:07:11 +00:00
committed by GitHub

View File

@@ -1,14 +1,14 @@
"""
Revision ID: 0136_notification_template_hist
Revises: 0135_stats_template_usage
Revision ID: 0137_notification_template_hist
Revises: 0136_user_mobile_nullable
Create Date: 2017-11-08 10:15:07.039227
"""
from alembic import op
revision = '0136_notification_template_hist'
down_revision = '0135_stats_template_usage'
revision = '0137_notification_template_hist'
down_revision = '0136_user_mobile_nullable'
def upgrade():