Commit 46288628 authored by Ajit Deshmukh's avatar Ajit Deshmukh

corrected the sql for the SQL Log screen records not displaying on the pilot server

parent eb73ec6a
...@@ -394,3 +394,12 @@ update user_rights set RIGHTS = 'TEPSA' where obj_name = 'sql_changes' and profi ...@@ -394,3 +394,12 @@ update user_rights set RIGHTS = 'TEPSA' where obj_name = 'sql_changes' and profi
----------10th June------------ ----------10th June------------
update messages set MSG_TYPE = 'W' where msg_no = 'INVENTRPRS'; update messages set MSG_TYPE = 'W' where msg_no = 'INVENTRPRS';
----------------18 June------------
Insert into USER_RIGHTS (PROFILE_ID,APPLICATION,MENU_ROW,MENU_COL,MENU_SUBCOL,LEVEL_4,LEVEL_5,MENU_NAME,RIGHTS,ACC_FILT,DEF_FILT,OBJ_NAME,FAV_OPTION,FAV_ORDER,EXCLUDE_RIGHTS_CHAR,ATTACH_RIGHTS,NO_OFFLINE_ALLWD,MOB_DEPLOY,DEVICE_ACC_CLASS,DEVICE_SECURITY) values
('MSDEVTL','SYS',23,2,0,0,0,'SQL Log','*',null,null,'sql_exec_log','Y',null,null,null,null,null,null,null);
update user_rights set rights = '*', ACC_FILT = null where obj_name = 'sql_exec_log';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment