HS 2.0 server: Add last_msk into users table setup
This field is used for debugging purposes. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
2fd8984b05
commit
ee598e431b
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ CREATE TABLE users(
|
|||
cert TEXT,
|
||||
cert_pem TEXT,
|
||||
t_c_timestamp INTEGER,
|
||||
mac_addr TEXT
|
||||
mac_addr TEXT,
|
||||
last_msk TEXT
|
||||
);
|
||||
|
||||
CREATE TABLE wildcards(
|
||||
|
|
Loading…
Reference in a new issue