Skip to content

Commit d82158d

Browse files
author
kishan
committed
bug CS-14890: Set vnc password for removed Vms as empty. vnc_password is not null column.
status CS-14890: resolved fixed reviewed-by: Nitin
1 parent 3b1aca1 commit d82158d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/db/db/schema-2214to30.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,4 +742,4 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
742742

743743
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use exetrnal dns1 and dns2' WHERE name='use.external.dns';
744744
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
745-
UPDATE `cloud`.`vm_instance` SET vnc_password = null where removed is not null;
745+
UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null;

0 commit comments

Comments
 (0)