From cf20cea81c84f6640e7a22f39d2bc43b22a5e6a9 Mon Sep 17 00:00:00 2001 From: Pea Tyczynska Date: Tue, 31 Jul 2018 16:44:21 +0100 Subject: [PATCH] Fix migration version numbering --- ...thly_billing_.py => 0210_remove_monthly_billing.py} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename migrations/versions/{0209_remove_monthly_billing_.py => 0210_remove_monthly_billing.py} (88%) diff --git a/migrations/versions/0209_remove_monthly_billing_.py b/migrations/versions/0210_remove_monthly_billing.py similarity index 88% rename from migrations/versions/0209_remove_monthly_billing_.py rename to migrations/versions/0210_remove_monthly_billing.py index 12e0099e4..59f966fe4 100644 --- a/migrations/versions/0209_remove_monthly_billing_.py +++ b/migrations/versions/0210_remove_monthly_billing.py @@ -1,16 +1,16 @@ """ -Revision ID: 0209_remove_monthly_billing -Revises: 84c3b6eb16b3 -Create Date: 2018-07-27 14:46:30.109811 +Revision ID: 0210_remove_monthly_billing +Revises: 0209_add_cancelled_status +Create Date: 2018-07-31 16:43:00.568972 """ from alembic import op import sqlalchemy as sa from sqlalchemy.dialects import postgresql -revision = '0209_remove_monthly_billing' -down_revision = '84c3b6eb16b3' +revision = '0210_remove_monthly_billing' +down_revision = '0209_add_cancelled_status' def upgrade():