mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-16 03:29:18 +01:00
Fix.
This commit is contained in:
parent
c72f75f539
commit
c8a4c7d53f
@ -6,8 +6,8 @@ CREATE TABLE clients (
|
||||
id INT NOT NULL AUTO_INCREMENT,
|
||||
active BOOLEAN DEFAULT TRUE,
|
||||
created DATETIME NOT NULL,
|
||||
email VARCHAR(255),
|
||||
secret VARCHAR(60) NOT NULL DEFAULT '',
|
||||
email VARCHAR(255),
|
||||
notes VARCHAR(100),
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user