From b6d635b64808b2a3ac94622c30fea418006f477c Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Tue, 23 Sep 2014 14:04:20 -0400 Subject: [PATCH] Fix the migration to use the proper base. --- .../6f2ecf5afcf_add_the_uncompressed_size_to_image_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/migrations/versions/6f2ecf5afcf_add_the_uncompressed_size_to_image_.py b/data/migrations/versions/6f2ecf5afcf_add_the_uncompressed_size_to_image_.py index 97f6614f5..0022ae128 100644 --- a/data/migrations/versions/6f2ecf5afcf_add_the_uncompressed_size_to_image_.py +++ b/data/migrations/versions/6f2ecf5afcf_add_the_uncompressed_size_to_image_.py @@ -1,14 +1,14 @@ """add the uncompressed size to image storage Revision ID: 6f2ecf5afcf -Revises: 34fd69f63809 +Revises: 13da56878560 Create Date: 2014-09-22 14:39:13.470566 """ # revision identifiers, used by Alembic. revision = '6f2ecf5afcf' -down_revision = '34fd69f63809' +down_revision = '13da56878560' from alembic import op import sqlalchemy as sa