Fix the migration to use the proper base.

This commit is contained in:
Jake Moshenko 2014-09-23 14:04:20 -04:00
parent 86dfca2e3e
commit b6d635b648

View file

@ -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