def downgrade(): op.drop_column('user', 'valid_email') op.drop_column('user', 'confirmation_email_sent')