Frontend: Add user panel
This commit is contained in:
@@ -8,6 +8,7 @@ create table channels(id int primary key not null,
|
||||
create table users(id int primary key not null,
|
||||
name text not null,
|
||||
password text not null,
|
||||
privileges int not null, -- 0 - normal user, 1 - moderator, 2 - administrator
|
||||
accessor int -- foreign key in accessors table
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user