summaryrefslogtreecommitdiffstats
path: root/deliveries/Apps_Users_OnBoarding_Script.sql
diff options
context:
space:
mode:
Diffstat (limited to 'deliveries/Apps_Users_OnBoarding_Script.sql')
-rw-r--r--deliveries/Apps_Users_OnBoarding_Script.sql4
1 files changed, 4 insertions, 0 deletions
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;