3 lines
139 B
MySQL
3 lines
139 B
MySQL
|
DROP INDEX webauthn_devices_lookup_key;
|
||
|
CREATE UNIQUE INDEX webauthn_devices_lookup_key ON webauthn_devices (rpid, username, description);
|