Default role
This commit is contained in:
parent
d447ab5e73
commit
311fbe3f5d
@ -115,6 +115,17 @@ VALUES (
|
||||
USER,
|
||||
SYSDATE
|
||||
);
|
||||
--
|
||||
COMMIT;
|
||||
|
||||
INSERT INTO roles (app_id, role_id, role_name, is_active)
|
||||
VALUES (
|
||||
770,
|
||||
'IS_ADMINISTRATOR',
|
||||
'Administrator',
|
||||
'Y'
|
||||
);
|
||||
--
|
||||
COMMIT;
|
||||
|
||||
--
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user