Skip to content

Commit 0c86f17

Browse files
Update engine/schema/src/main/resources/META-INF/db/schema-41900to41910.sql
Co-authored-by: João Jandre <[email protected]>
1 parent 36c88d1 commit 0c86f17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ UPDATE `cloud`.`configuration` SET
7171
`options` = 'FirstFitRouting,RandomAllocator,TestingAllocator,FirstFitAllocator,RecreateHostAllocator'
7272
WHERE `name` = 'host.allocators.order';
7373

74+
-- Add last_id to the volumes table
7475
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('volumes','last_id', 'bigint(20) unsigned DEFAULT NULL');

0 commit comments

Comments
 (0)