updated code for Amendment scheduler
This commit is contained in:
@@ -10,7 +10,8 @@ public enum UserActionLogsEnum {
|
||||
VIEW("VIEW"),
|
||||
INSERT("INSERT"),
|
||||
DOWNLOAD("DOWNLOAD"),
|
||||
UPLOAD("UPLOAD");
|
||||
UPLOAD("UPLOAD"),
|
||||
SCHEDULER("SCHEDULER");
|
||||
|
||||
private final String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user