Skip to content

Commit 96c0705

Browse files
author
Daman Arora
committed
cleanup
1 parent 2405249 commit 96c0705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42210to42300.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
-- Schema upgrade from 4.22.1.0 to 4.23.0.0
2020
--;
2121

22-
2322
-- Update value to random for the config 'vm.allocation.algorithm' or 'volume.allocation.algorithm' if configured as userconcentratedpod_random
2423
-- Update value to firstfit for the config 'vm.allocation.algorithm' or 'volume.allocation.algorithm' if configured as userconcentratedpod_firstfit
2524
UPDATE `cloud`.`configuration` SET value='random' WHERE name IN ('vm.allocation.algorithm', 'volume.allocation.algorithm') AND value='userconcentratedpod_random';

0 commit comments

Comments
 (0)