1
0
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:
Klas Lindfors 2012-06-13 13:29:40 +02:00
parent 40b5949f44
commit 9f74175853

View File

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