Skip to content

Commit 234a419

Browse files
committed
Minor change on audit_report
1 parent ffdff84 commit 234a419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

corporate/audit/audit/audit_report.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ SET search_path = SCHEMA_NAME, public, pg_catalog;
1010

1111

1212
INSERT INTO config_report
13-
(id, alias, query_text, vdefault, filterparam, sys_role, descript, active)
13+
(id, alias, query_text, addparam, filterparam, sys_role, descript, active, device)
1414
VALUES(902, 'DB Activity', 'SELECT date, user_name, count, action FROM audit.v_log_ws',
1515
'{"orderBy":"1", "orderType": "DESC", "filterSign":"> now() - INTERVAL", "vDefault":"60 days"}'::json,
1616
'[{"columnname":"date", "label":"Fecha:", "widgettype":"combo","datatype":"text","layoutorder":1,
1717
"dvquerytext":"Select id, idval FROM om_typevalue WHERE typevalue = ''custom_report_update_db'' ORDER BY addparam->>''orderby''", "filterSign":"> now() - INTERVAL"}]'::json,
18-
'role_master', NULL, true);
18+
'role_master', NULL, true, '{4}');
1919

2020

2121
CREATE OR REPLACE VIEW audit.v_log_ws AS

0 commit comments

Comments
 (0)