add admin and systemadmin to userproperties
This commit is contained in:
parent
e133fcecfc
commit
c8b9cd6150
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ CREATE TABLE user (
|
|||
commands TEXT DEFAULT username NOT NULL,
|
||||
capabilities TEXT,
|
||||
client_from TEXT,
|
||||
admin INTEGER DEFAULT 0 NOT NULL,
|
||||
systemadmin INTEGER DEFAULT 0 NOT NULL,
|
||||
created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue