Skip to content

Commit 8b9db08

Browse files
committed
Merge release branch 4.19 to 4.20
* 4.19: move sql code to the right file (#10035)
2 parents 9960e40 + 762d549 commit 8b9db08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

engine/schema/src/main/resources/META-INF/db/schema-41900to41910.sql

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,3 @@ CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.user_data', 'removed', 'datetime COM
7070
UPDATE `cloud`.`configuration` SET
7171
`options` = 'FirstFitRouting,RandomAllocator,TestingAllocator,FirstFitAllocator,RecreateHostAllocator'
7272
WHERE `name` = 'host.allocators.order';
73-
74-
-- Add last_id to the volumes table
75-
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('volumes','last_id', 'bigint(20) unsigned DEFAULT NULL');

engine/schema/src/main/resources/META-INF/db/schema-41910to41920.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
--;
1919
-- Schema upgrade from 4.19.1.0 to 4.19.2.0
2020
--;
21+
22+
-- Add last_id to the volumes table
23+
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.volumes', 'last_id', 'bigint(20) unsigned DEFAULT NULL');

0 commit comments

Comments
 (0)