From aafbc2a036475e92d2623db0b85f4d66de7ba6e7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 18 2017 12:47:45 +0000 Subject: Fix the alembic migration script to keep the history linear --- diff --git a/alembic/versions/38581a8fbae2_add_custom_field_data.py b/alembic/versions/38581a8fbae2_add_custom_field_data.py index 1090b04..63ca6b3 100644 --- a/alembic/versions/38581a8fbae2_add_custom_field_data.py +++ b/alembic/versions/38581a8fbae2_add_custom_field_data.py @@ -1,14 +1,14 @@ """Add custom field data Revision ID: 38581a8fbae2 -Revises: 208b0cd232ab +Revises: 6addaed6008e Create Date: 2017-01-16 13:03:36.683188 """ # revision identifiers, used by Alembic. revision = '38581a8fbae2' -down_revision = '208b0cd232ab' +down_revision = '6addaed6008e' from alembic import op import sqlalchemy as sa