def upgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.create_unique_constraint('_node_mountpoint_what_uc', 'mountpoint', ['node_id', 'what'])
op.create_unique_constraint('_node_mountpoint_where_uc', 'mountpoint', ['node_id', 'where'])
# ### end Alembic commands ###
评论列表
文章目录