def downgrade(): op.drop_table('sprints') op.drop_index(op.f('ix_retrospective_items'), table_name='retrospective_items') op.drop_table('retrospective_items')