summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_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_Rollback_3_2_to_2_6_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_Rollback_3_2_to_2_6_Common.sql')
-rw-r--r--ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_Common.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_Common.sql b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_Common.sql
index 1db43db8..c9759d2a 100644
--- a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_Common.sql
+++ b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Rollback_3_2_to_2_6_Common.sql
@@ -36,6 +36,14 @@ UPDATE fn_menu
SET ACTION='admin#/admin_menu_edit'
WHERE LABEL='Menus';
+UPDATE fn_menu
+SET ACTION='report#/report_wizard'
+WHERE LABEL='Create Reports';
+
+UPDATE fn_menu
+SET ACTION='report'
+WHERE LABEL='All Reports';
+
-- fn_menu - update menu icon
UPDATE fn_menu
SET `IMAGE_SRC`='icon-building-home'