mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:36:32 +00:00
add enable disable remove user and isenabled in user column
This commit is contained in:
Vendored
+2
-1
@@ -1,3 +1,4 @@
|
||||
ALTER TABLE public.users
|
||||
ADD COLUMN IF NOT EXISTS created_at timestamp not null default now(),
|
||||
ADD COLUMN IF NOT EXISTS last_login timestamp null;
|
||||
ADD COLUMN IF NOT EXISTS last_login timestamp null,
|
||||
ADD COLUMN IF NOT EXISTS is_enabled bool not null default true;
|
||||
Reference in New Issue
Block a user