summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-05-20 12:10:04 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-05-26 11:47:41 +0000
commit1d0bd99862dac4afe29b329b8778abf35b15957b (patch)
tree636b887efd7cc64a3a119aac1692f9934c544c57 /ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql
parentcce0f0aad94690b67024dab191988814ded1fb74 (diff)
Integrating Raptor Sql Changes
Integrating Raptor Sql Changes Issue-ID: PORTAL-902 Change-Id: Ia8e71561fb7451e9ab2b1d5bdce28b9b8707a715 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql')
-rw-r--r--ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql10
1 files changed, 9 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql
index 16a408e4..5d238b96 100644
--- a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql
+++ b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_2_Common.sql
@@ -3,7 +3,7 @@ use ecomp_sdk;
SET FOREIGN_KEY_CHECKS=0;
UPDATE fn_menu
-SET ACTION='v2/welcome'
+SET ACTION='welcome'
WHERE LABEL='Home';
UPDATE fn_menu
@@ -38,6 +38,14 @@ UPDATE fn_menu
SET ACTION='v2/admin/admin_menu_edit'
WHERE LABEL='Menus';
+UPDATE fn_menu
+SET ACTION='v2/create'
+WHERE LABEL='Create Reports';
+
+UPDATE fn_menu
+SET ACTION='v2/report-list'
+WHERE LABEL='All Reports';
+
-- fn_menu - update menu icon
UPDATE fn_menu
SET `IMAGE_SRC`='icon ion-ios-home'