mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-20 21:54:20 +01:00
nonce introduced
This commit is contained in:
parent
6788e5effa
commit
b8ee9550be
@ -24,6 +24,7 @@ CREATE TABLE yubikeys (
|
||||
low INT,
|
||||
high INT,
|
||||
sessionUse INT,
|
||||
nonce VARCHAR(64) DEFAULT '',
|
||||
notes VARCHAR(100) DEFAULT '',
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user