1)Run the following update queries:
1. update uvhvalues set genvalues=2 where pattern like '%ChangeConfigurations:CONFIG_ID:2%';
2. update changeconfigurations set config_id=2 where category='GlobaEditOnAllStages';
2)Run the insert query:
insert into changeconfigurations values(1,'StatusUpdateNotification','IsViewable','false',' Change stage and status update message along with notification sent status ');