def downgrade(): ### commands auto generated by Alembic - please adjust! ### # op.drop_constraint(None, 'tv_serie', type_='unique') op.drop_column('tv_serie', 'year') ### end Alembic commands ###