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>
master
Jouni Malinen 6 years ago committed by Jouni Malinen
parent 2fd8984b05
commit ee598e431b

@ -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…
Cancel
Save