From d2a220a418346f2d8d83075f6468aadc4c4ed969 Mon Sep 17 00:00:00 2001 From: Alexey Bezhan Date: Wed, 15 Nov 2017 11:02:26 +0000 Subject: [PATCH] Fix migration numbers after #1383 --- ...emplate_hist.py => 0137_notification_template_hist.py} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename migrations/versions/{0136_notification_template_hist.py => 0137_notification_template_hist.py} (88%) diff --git a/migrations/versions/0136_notification_template_hist.py b/migrations/versions/0137_notification_template_hist.py similarity index 88% rename from migrations/versions/0136_notification_template_hist.py rename to migrations/versions/0137_notification_template_hist.py index 9af35974f..0c7c4ebd0 100644 --- a/migrations/versions/0136_notification_template_hist.py +++ b/migrations/versions/0137_notification_template_hist.py @@ -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():