Skip to content

Commit 4e701b6

Browse files
Remove unused config 'consoleproxy.cmd.port'
1 parent 4708121 commit 4e701b6

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
@@ -38,3 +38,5 @@ UPDATE `cloud`.`vm_template` SET guest_os_id = 99 WHERE name = 'kvm-default-vm-i
3838

3939
-- Update existing vm_template records with NULL type to "USER"
4040
UPDATE `cloud`.`vm_template` SET `type` = 'USER' WHERE `type` IS NULL;
41+
42+
DELETE FROM `cloud`.`configuration` WHERE name = 'consoleproxy.cmd.port';

0 commit comments

Comments
 (0)