chatdesk-ui/auth_v2.169.0/migrations/20241009103726_add_web_auth...

4 lines
345 B
SQL

alter table {{ index .Options "Namespace" }}.mfa_factors add column if not exists web_authn_credential jsonb null;
alter table {{ index .Options "Namespace" }}.mfa_factors add column if not exists web_authn_aaguid uuid null;
alter table {{ index .Options "Namespace" }}.mfa_challenges add column if not exists web_authn_session_data jsonb null;