X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-os%2FPortalDMLMySql_2_6_OS.sql;h=cbc24411105dc08d91c8e8477f4011adb89af873;hb=8e83c25788017acd56271a72286f7dcbc974e76d;hp=3ae3fa1301de20be0fd0663e7ad61868c8f66c2c;hpb=6e50276a42ab82cfe34ced9cf97e545283f37f2a;p=portal.git diff --git a/ecomp-portal-DB-os/PortalDMLMySql_2_6_OS.sql b/ecomp-portal-DB-os/PortalDMLMySql_2_6_OS.sql index 3ae3fa13..cbc24411 100644 --- a/ecomp-portal-DB-os/PortalDMLMySql_2_6_OS.sql +++ b/ecomp-portal-DB-os/PortalDMLMySql_2_6_OS.sql @@ -101,6 +101,7 @@ insert into ep_app_function (app_id, function_cd, function_name) values (1, 'url|url_role.htm|*','role page'), (1, 'url|url_welcome.htm|*','welcome page'), (1, 'menu|menu_acc_admin|*','Admin Account Menu'), +(1, 'menu|menu_app_onboarding|*','Application Onboarding'), (1,'url|addWebAnalyticsReport|*','Add Web Analytics Report'), (1,'url|appsFullList|*','Apps Full List'), (1,'url|centralizedApps|*','Centralized Apps'), @@ -148,6 +149,8 @@ insert into ep_app_role_function (id, app_id, role_id, function_cd, role_app_id) (25,1,999,'url|get_role_functions%2f%2a|*', null), (26,1,999,'url|notification_code|*', null), (27,1,999,'url|role_function_list%2fsaveRoleFunction%2f%2a|*', null), -(28,1,999,'url|syncRoles|*', null); +(28,1,999,'url|syncRoles|*', null), +(29, 1, 1, 'menu|menu_app_onboarding|*', null) +; -commit; \ No newline at end of file +commit; \ No newline at end of file