sureshanaparti commented on code in PR #9591:
URL: https://github.com/apache/cloudstack/pull/9591#discussion_r1732388826
##########
engine/schema/src/main/resources/META-INF/db/schema-41910to42000.sql:
##########
@@ -224,3 +224,9 @@ CALL `cloud`.`IDEMPOTENT_MODIFY_COLUMN_CHAR_SET`('vpc',
'display_text', 'VARCHAR
CALL `cloud`.`IDEMPOTENT_MODIFY_COLUMN_CHAR_SET`('vpc_offerings', 'name',
'VARCHAR(255)', 'DEFAULT NULL COMMENT \'vpc offering name\'');
CALL `cloud`.`IDEMPOTENT_MODIFY_COLUMN_CHAR_SET`('vpc_offerings',
'unique_name', 'VARCHAR(64)', 'DEFAULT NULL COMMENT \'unique name of the vpc
offering\'');
CALL `cloud`.`IDEMPOTENT_MODIFY_COLUMN_CHAR_SET`('vpc_offerings',
'display_text', 'VARCHAR(255)', 'DEFAULT NULL COMMENT \'display text\'');
+
+-- Add support for VMware 8.0u2 (8.0.2.x) and 8.0u3 (8.0.3.x)
Review Comment:
no new supported guest OSes @weizhouapache
--
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]