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