Fix RBAC, user creation and update components
This commit is contained in:
@@ -30,6 +30,7 @@ create table if not exists auth.users (
|
||||
email citext unique,
|
||||
password_hash text not null,
|
||||
full_name text,
|
||||
is_system_admin boolean not null default false,
|
||||
is_active boolean not null default true,
|
||||
created_at timestamptz not null default now(),
|
||||
last_login_at timestamptz
|
||||
|
||||
Reference in New Issue
Block a user