未验证 提交 8c6ddbc8 编写于 作者: M Maxime Beauchemin 提交者: GitHub

Fix multiple db_migrations heads (#6560)

上级 fd033861
"""empty message
Revision ID: a7ca4a272e0a
Revises: ('3e1b21cd94a4', 'cefabc8f7d38')
Create Date: 2018-12-20 21:53:05.719149
"""
# revision identifiers, used by Alembic.
revision = 'a7ca4a272e0a'
down_revision = ('3e1b21cd94a4', 'cefabc8f7d38')
from alembic import op
import sqlalchemy as sa
def upgrade():
pass
def downgrade():
pass
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册