Skip to content

Commit e5cd7e9

Browse files
Update schema-42200to42210.sql
1 parent 567f2b0 commit e5cd7e9

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-42200to42210.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ UPDATE `cloud`.`configuration` SET description = 'True if the management server
3737
UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-import-dummy-template';
3838

3939
-- Update existing vm_template records with NULL type to "USER"
40-
UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;
40+
UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;

0 commit comments

Comments
 (0)