Skip to content

Commit b96ac6b

Browse files
Update engine/schema/src/main/resources/META-INF/db/schema-41900-41910.sql
Co-authored-by: Wei Zhou <weizhou@apache.org>
1 parent 796ac5b commit b96ac6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
-- Schema upgrade from 4.19.0.0 to 4.19.1.0
2020
--;
2121

22-
ALTER TABLE cloud.vm_template MODIFY COLUMN url VARCHAR(1024) DEFAULT NULL COMMENT 'the url where the template exists externally';
22+
ALTER TABLE `cloud`.`vm_template` MODIFY COLUMN `url` VARCHAR(1024) DEFAULT NULL COMMENT 'the url where the template exists externally';

0 commit comments

Comments
 (0)