fix: add missing passkey flags to make icloud passkeys work

This commit is contained in:
Elias Schneider
2024-08-13 23:19:36 +02:00
parent 5749d0532f
commit cc407e17d4
5 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE webauthn_credentials ADD COLUMN backup_eligible BOOLEAN NOT NULL DEFAULT FALSE;
ALTER TABLE webauthn_credentials ADD COLUMN backup_state BOOLEAN NOT NULL DEFAULT FALSE;

View File

@@ -0,0 +1,2 @@
ALTER TABLE webauthn_credentials DROP COLUMN backup_eligible;
ALTER TABLE webauthn_credentials DROP COLUMN backup_state;