Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
fa8818e911
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
||||||
"""add the uncompressed size to image storage
|
"""add the uncompressed size to image storage
|
||||||
|
|
||||||
Revision ID: 6f2ecf5afcf
|
Revision ID: 6f2ecf5afcf
|
||||||
Revises: 34fd69f63809
|
Revises: 13da56878560
|
||||||
Create Date: 2014-09-22 14:39:13.470566
|
Create Date: 2014-09-22 14:39:13.470566
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '6f2ecf5afcf'
|
revision = '6f2ecf5afcf'
|
||||||
down_revision = '34fd69f63809'
|
down_revision = '13da56878560'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
Reference in a new issue