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
This commit is contained in:
kishan 2012-05-15 15:28:35 +05:30
parent 8407643da8
commit 7730466738
1 changed files with 1 additions and 1 deletions

View File

@ -744,4 +744,4 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use exetrnal dns1 and dns2' WHERE name='use.external.dns';
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
UPDATE `cloud`.`vm_instance` SET vnc_password = null where removed is not null;
UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null;