From f86c6cca24b5e6af408536b4a4ab99f2315eb039 Mon Sep 17 00:00:00 2001 From: VijayHirudayasamy-bc Date: Wed, 29 Mar 2023 17:07:17 +0100 Subject: [PATCH] Missign CAT_USER in all assign service script --- .../Phase3_Sprint6/15_All_Assign_Service_To_Org_User_Group.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/api/CcsSso.Core.DbMigrations/Scripts/Phase3_Sprint6/15_All_Assign_Service_To_Org_User_Group.sql b/api/CcsSso.Core.DbMigrations/Scripts/Phase3_Sprint6/15_All_Assign_Service_To_Org_User_Group.sql index 1d784dc3..01e292f4 100644 --- a/api/CcsSso.Core.DbMigrations/Scripts/Phase3_Sprint6/15_All_Assign_Service_To_Org_User_Group.sql +++ b/api/CcsSso.Core.DbMigrations/Scripts/Phase3_Sprint6/15_All_Assign_Service_To_Org_User_Group.sql @@ -133,6 +133,7 @@ SELECT Assign_Service_To_Org_User_Group('FP_USER','Fleet Portal User','FP_USER', SELECT Assign_Service_To_Org_User_Group('CAT_USER','Contract Award Service (CAS) - add service','CAT_USER','Contract Award Service (CAS) - add to dashboard'); SELECT Assign_Service_To_Org_User_Group('CAT_USER','Contract Award Service (CAS) - add service','CAT_USER','Contract Award Service role to create buyer in Jagger'); +SELECT Assign_Service_To_Org_User_Group('CAT_USER','Contract Award Service (CAS) - add service','CAT_USER','Contract Award Service role to merge buyer via Jaggaer'); SELECT Assign_Service_To_Org_User_Group('JAEGGER_BUYER','eSourcing Service as a buyer','JAEGGER_BUYER','eSourcing buyer role for CAS -Optional'); SELECT Assign_Service_To_Org_User_Group('JAEGGER_BUYER','eSourcing Service as a buyer','JAEGGER_BUYER','eSourcing Tile for Buyer User');