1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-06 12:28:00 +00:00
Files
pocket-id/backend/resources/migrations/sqlite/20240813211251_passkey_backup_flags.down.sql
2025-01-03 15:12:07 +01:00

2 lines
120 B
SQL

ALTER TABLE webauthn_credentials DROP COLUMN backup_eligible;
ALTER TABLE webauthn_credentials DROP COLUMN backup_state;