test(suites): fix postgres
parent
d0160edc70
commit
7e56cf2d15
|
@ -1,3 +1,3 @@
|
|||
DROP INDEX webauthn_devices_lookup_key;
|
||||
ALTER TABLE webauthn_devices COLUMN rpid SET DATA TYPE VARCHAR(512);
|
||||
ALTER TABLE webauthn_devices ALTER COLUMN rpid SET DATA TYPE VARCHAR(512);
|
||||
CREATE UNIQUE INDEX webauthn_devices_lookup_key ON webauthn_devices (rpid, username, description);
|
||||
|
|
Loading…
Reference in New Issue