Commit fbac9a84 authored by sbade's avatar sbade

added update query for user intensity for one more option as 'All'


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100235 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f456062a
...@@ -311,3 +311,8 @@ INSERT INTO POPHELP( ...@@ -311,3 +311,8 @@ INSERT INTO POPHELP(
'0', '0',
NULL, NULL,
NULL); NULL);
UPDATE POPHELP SET SQL_STR='SELECT 0 AS USAGE_INTENSITY, ''Less Intensive'' AS DESCR FROM DUAL UNION ALL SELECT 1 AS USAGE_INTENSITY, ''High Intensive'' AS DESCR FROM DUAL UNION ALL SELECT 2 AS USAGE_INTENSITY, ''All'' AS DESCR FROM DUAL'
where field_name='USAGE_INTENSITY' and mod_name='W_DASHBOARD';
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