mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-20 12:54:23 +01:00
userId cannot be unique, to deal with auto-discovered keys.
This commit is contained in:
parent
77fe1df52e
commit
4c6c078a7e
@ -35,7 +35,7 @@ CREATE TABLE yubikeys (
|
||||
created datetime NOT NULL,
|
||||
accessed datetime,
|
||||
tokenId varchar(60) binary unique not null,
|
||||
userId varchar(60) UNIQUE NOT NULL,
|
||||
userId varchar(60) NOT NULL,
|
||||
secret varchar(60) NOT NULL,
|
||||
counter int,
|
||||
low int,
|
||||
|
Loading…
x
Reference in New Issue
Block a user