We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1aca1 commit d82158dCopy full SHA for d82158d
setup/db/db/schema-2214to30.sql
@@ -742,4 +742,4 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
742
743
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use exetrnal dns1 and dns2' WHERE name='use.external.dns';
744
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;
+UPDATE `cloud`.`vm_instance` SET vnc_password = '' where removed is not null;
0 commit comments