test(suites): fix postgres

feat-otp-verification
James Elliott 2023-02-12 12:48:39 +11:00
parent d0160edc70
commit 7e56cf2d15
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
1 changed files with 1 additions and 1 deletions

View File

@ -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);