X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2FApps_Users_OnBoarding_Script.sql;h=98dac6a3dc374d6f21a42a2494a69fdd8452427f;hb=ec4eb9c7b9bed3bd5cc01ea127632d637b738cbc;hp=5c358ca21b80e8129aad46365946995a0464bae0;hpb=6a4a349a1be3ad5460e507dc4e2098936fd23859;p=portal.git diff --git a/deliveries/Apps_Users_OnBoarding_Script.sql b/deliveries/Apps_Users_OnBoarding_Script.sql index 5c358ca2..98dac6a3 100644 --- a/deliveries/Apps_Users_OnBoarding_Script.sql +++ b/deliveries/Apps_Users_OnBoarding_Script.sql @@ -370,4 +370,8 @@ UPDATE `fn_app` SET `thumbnail` = 0x89504E470D0A1A0A0000000D49484452000000D400 -- for R1 Enhanced Notification ticket source from JIRA INSERT INTO `ep_basic_auth_account` VALUES (1,'JIRA','jira','6APqvG4AU2rfLgCvMdySwQ==','Y'); +-- for setting up CLI and AAI-UI to be visible on Home page for demo account +INSERT INTO `fn_pers_user_app_sel` VALUES (1,1,7,'S'); +INSERT INTO `fn_pers_user_app_sel` VALUES (2,1,8,'S'); + commit;