mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-19 16:52:15 +01:00
40 char nonce for oracle as well
This commit is contained in:
parent
40b5949f44
commit
9f74175853
@ -21,7 +21,7 @@ CREATE TABLE yubikeys (
|
||||
yk_use INT NOT NULL,
|
||||
yk_low INT NOT NULL,
|
||||
yk_high INT NOT NULL,
|
||||
nonce VARCHAR(32) DEFAULT '',
|
||||
nonce VARCHAR(40) DEFAULT '',
|
||||
notes VARCHAR(100) DEFAULT '',
|
||||
PRIMARY KEY (yk_publicname)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user