1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 16:49:42 +00:00
Files
pocket-id/backend/migrations/20240813211251_passkey_backup_flags.down.sql
2024-08-13 23:19:36 +02:00

2 lines
120 B
SQL

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