def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_index(op.f('ix_styleviolation_repository_id'), table_name='styleviolation')
op.drop_table('styleviolation')
# ### end Alembic commands ###
评论列表
文章目录