def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.drop_table('member_seminar_attendance')
op.drop_table('member_hm_attendance')
op.drop_table('member_committee_attendance')
op.drop_table('freshman_seminar_attendance')
op.drop_table('freshman_hm_attendance')
op.drop_table('freshman_committee_attendance')
op.drop_table('technical_seminars')
op.drop_table('spring_evals')
op.drop_table('settings')
op.drop_table('onfloor_datetime')
op.drop_table('major_projects')
op.drop_table('housing_evals')
op.drop_table('house_meetings')
op.drop_table('freshman_eval_data')
op.drop_table('freshman_accounts')
op.drop_table('current_coops')
op.drop_table('conditional')
op.drop_table('committee_meetings')
### end Alembic commands ###
评论列表
文章目录