We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567f2b0 commit e5cd7e9Copy full SHA for e5cd7e9
engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
@@ -37,4 +37,4 @@ UPDATE `cloud`.`configuration` SET description = 'True if the management server
37
UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-import-dummy-template';
38
39
-- Update existing vm_template records with NULL type to "USER"
40
-UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;
+UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;
0 commit comments