authelia/internal/storage/migrations/V0008.WebauthnMultiCookieDo...

3 lines
139 B
SQL

DROP INDEX webauthn_devices_lookup_key;
CREATE UNIQUE INDEX webauthn_devices_lookup_key ON webauthn_devices (rpid, username, description);