diff options
author | mravula <mr257h@att.com> | 2019-09-09 12:12:05 -0400 |
---|---|---|
committer | mravula <mr257h@att.com> | 2019-09-10 17:16:38 -0400 |
commit | e0de951fb38d1b2aff6f10f3135c01163d3d2f31 (patch) | |
tree | 1ef127f5d13fcf41d236f3d2d2bf0664d74dabcd /ecomp-sdk/epsdk-app-common/db-scripts | |
parent | 7d547b8d9a5ee2532ce0623a0cb1f03f7ca81ee4 (diff) |
Raptor user interface code in Angular
Issue-ID: PORTAL-725
Signed-off-by: mravula <mr257h@att.com>
Change-Id: I0ceaf52026ba43b8f16e1e904643dccec74df09c
Diffstat (limited to 'ecomp-sdk/epsdk-app-common/db-scripts')
-rw-r--r-- | ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_0_Common.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_0_Common.sql b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_0_Common.sql index 86ad4ff5..5982363b 100644 --- a/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_0_Common.sql +++ b/ecomp-sdk/epsdk-app-common/db-scripts/EcompSdkMySql_Upgrade_2_6_to_3_0_Common.sql @@ -24,5 +24,13 @@ UPDATE fn_menu SET ACTION='v2/admin/admin_menu_edit' WHERE LABEL='Menus'; +UPDATE fn_menu +SET ACTION='v2/report-list' +WHERE LABEL='All Reports'; + +UPDATE fn_menu +SET ACTION='v2/create' +WHERE LABEL='Create Reports'; + commit;
\ No newline at end of file |