Skip to content

Commit 438692b

Browse files
Remove unused config 'consoleproxy.cmd.port'
1 parent 7c3637a commit 438692b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ UPDATE `cloud`.`alert` SET type = 34 WHERE name = 'ALERT.VR.PRIVATE.IFACE.MTU';
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

3737
UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-import-dummy-template';
38+
39+
DELETE FROM `cloud`.`configuration` WHERE name = 'consoleproxy.cmd.port';

0 commit comments

Comments
 (0)