Skip to content

Commit 4392fce

Browse files
Update engine/schema/src/main/resources/META-INF/db/schema-41910to41920.sql
Co-authored-by: Fabricio Duarte <[email protected]>
1 parent 871bc59 commit 4392fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
--;
2121

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

0 commit comments

Comments
 (0)