Fixed some issues with the user management work

This commit is contained in:
TidusJar 2016-11-04 19:11:25 +00:00
commit e39512905a
7 changed files with 138 additions and 12 deletions

View file

@ -9,7 +9,8 @@ CREATE TABLE IF NOT EXISTS Users
Hash BLOB NOT NULL,
UserProperties BLOB,
Permissions INTEGER,
Features INTEGER
Features INTEGER,
Claims BLOB
);
CREATE TABLE IF NOT EXISTS UserLogins