Skip to content

Commit de7290b

Browse files
Update engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e376b7d commit de7290b

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
@@ -34,5 +34,5 @@ UPDATE `cloud`.`alert` SET type = 34 WHERE name = 'ALERT.VR.PRIVATE.IFACE.MTU';
3434
-- Update configuration 'kvm.ssh.to.agent' description and is_dynamic fields
3535
UPDATE `cloud`.`configuration` SET description = 'True if the management server will restart the agent service via SSH into the KVM hosts after or during maintenance operations', is_dynamic = 1 WHERE name = 'kvm.ssh.to.agent';
3636

37-
-- Set default value for vm_template.type to "USER" and update existing records with NULL type to "USER"
37+
-- Update existing vm_template records with NULL type to "USER"
3838
UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;

0 commit comments

Comments
 (0)