Skip to content

Commit d9868cd

Browse files
andrijapanicsbnvazquez
authored andcommitted
Update schema-42000to42010.sql
Update dynamic setting for the network.gc.intervla and the wrong message for wait period.
1 parent 12c077d commit d9868cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42000to42010.sql

+5
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Read-Only Admin - Default', 'va
6969

7070
CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Support Admin - Default', 'setupUserTwoFactorAuthentication', 'ALLOW');
7171
CALL `cloud`.`IDEMPOTENT_UPDATE_API_PERMISSION`('Support Admin - Default', 'validateUserTwoFactorAuthenticationCode', 'ALLOW');
72+
73+
-- Fix dynamic setting for the network.gc.interval
74+
75+
UPDATE `cloud`.`configuration` SET `is_dynamic`=0 WHERE `name`='network.gc.interval';
76+

0 commit comments

Comments
 (0)