2023-02-11 15:47:03 +00:00
|
|
|
DROP INDEX webauthn_devices_lookup_key;
|
2023-02-12 01:48:39 +00:00
|
|
|
ALTER TABLE webauthn_devices ALTER COLUMN rpid SET DATA TYPE VARCHAR(512);
|
2023-02-11 15:47:03 +00:00
|
|
|
CREATE UNIQUE INDEX webauthn_devices_lookup_key ON webauthn_devices (rpid, username, description);
|