This commit is contained in:
Joseph Schorr 2014-09-23 14:14:07 -04:00
commit fa8818e911

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