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:
Jouni Malinen 2018-10-07 12:47:21 +03:00 committed by Jouni Malinen
parent 2fd8984b05
commit ee598e431b

View file

@ -53,7 +53,8 @@ CREATE TABLE users(
cert TEXT, cert TEXT,
cert_pem TEXT, cert_pem TEXT,
t_c_timestamp INTEGER, t_c_timestamp INTEGER,
mac_addr TEXT mac_addr TEXT,
last_msk TEXT
); );
CREATE TABLE wildcards( CREATE TABLE wildcards(