[hotfix] merging db migration scripts (#2448)

This commit is contained in:
Maxime Beauchemin 2017-03-21 15:42:56 -07:00 committed by GitHub
parent edf5c0e83b
commit 65c89f54dc

View File

@ -0,0 +1,22 @@
"""empty message
Revision ID: 979c03af3341
Revises: ('db527d8c4c78', 'ea033256294a')
Create Date: 2017-03-21 15:41:34.383808
"""
# revision identifiers, used by Alembic.
revision = '979c03af3341'
down_revision = ('db527d8c4c78', 'ea033256294a')
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass