Fix the migration to use the proper base.
This commit is contained in:
parent
86dfca2e3e
commit
b6d635b648
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue