def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_index(op.f('ix_tag_id'), table_name='tag')
op.drop_index(op.f('ix_popular_term_id'), table_name='popular_term')
op.drop_index(op.f('ix_podcast_id'), table_name='podcast')
op.drop_index(op.f('ix_episode_id'), table_name='episode')
op.drop_index(op.f('ix_topic_suggestion_title'), table_name='topic_suggestion')
op.drop_index(op.f('ix_topic_suggestion_id'), table_name='topic_suggestion')
op.drop_table('topic_suggestion')
### end Alembic commands ###
评论列表
文章目录