sureshanaparti commented on code in PR #11133:
URL: https://github.com/apache/cloudstack/pull/11133#discussion_r2185221292
##########
engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql:
##########
@@ -203,3 +203,6 @@ SET `sort_key` = CASE
ELSE `sort_key`
END;
-- End: Changes for Guest OS category cleanup
+
+-- Re-apply VPC: update default network offering for vpc tier to
conserve_mode=1 (#8309)
+UPDATE `cloud`.`network_offerings` SET conserve_mode=1 WHERE
name='DefaultIsolatedNetworkOfferingForVpcNetworks';
Review Comment:
```suggestion
UPDATE `cloud`.`network_offerings` SET conserve_mode = 1 WHERE name =
'DefaultIsolatedNetworkOfferingForVpcNetworks';
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]