mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Add otp field to clients column.
This commit is contained in:
parent
060bd752a6
commit
cdda50f0d2
@ -8,7 +8,8 @@ CREATE TABLE clients (
|
||||
created DATETIME NOT NULL,
|
||||
secret VARCHAR(60) NOT NULL DEFAULT '',
|
||||
email VARCHAR(255),
|
||||
notes VARCHAR(100),
|
||||
otp VARCHAR(100) DEFAULT '',
|
||||
notes VARCHAR(100) DEFAULT '',
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user