Created ExpiredOOOStatusWorker
This commit is contained in:
@ -6,4 +6,8 @@ create table OOODelegatedRoles (
|
||||
DelegatedSubRoleID integer not null,
|
||||
InsertTimeStamp text not null,
|
||||
Active integer default 0
|
||||
);
|
||||
);
|
||||
|
||||
insert into OOODelegatedRoles (UserID, DelegatedSubRoleID, InsertTimeStamp, Active)
|
||||
values (1, 5, '2024-03-20 04:01:00', 1),
|
||||
(2, 2, '2024-03-20 04:00:00', 1);
|
Reference in New Issue
Block a user