Skip to content

Commit 8b6a007

Browse files
Remove unused config 'consoleproxy.cmd.port'
1 parent 27bce46 commit 8b6a007

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
@@ -33,3 +33,5 @@ UPDATE `cloud`.`alert` SET type = 34 WHERE name = 'ALERT.VR.PRIVATE.IFACE.MTU';
3333

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';
36+
37+
DELETE FROM `cloud`.`configuration` WHERE name = 'consoleproxy.cmd.port';

0 commit comments

Comments
 (0)