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