ALTER TABLE local_user
DROP COLUMN totp_2fa_url;
ADD COLUMN totp_2fa_enabled boolean NOT NULL DEFAULT FALSE;