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

3 lines
139 B
MySQL
Raw Normal View History

2023-02-11 15:47:03 +00:00
DROP INDEX webauthn_devices_lookup_key;
CREATE UNIQUE INDEX webauthn_devices_lookup_key ON webauthn_devices (rpid, username, description);