shwstppr commented on a change in pull request #5394:
URL: https://github.com/apache/cloudstack/pull/5394#discussion_r699839718
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41500to41510.sql
##########
@@ -132,3 +132,5 @@ INSERT INTO `cloud`.`guest_os_hypervisor`
(uuid,hypervisor_type, hypervisor_vers
-- Add support for windows2019srvNext_64Guest from VMware 7.0.1.0
INSERT INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'VMware', '7.0.1.0', 'windows2019srvNext_64Guest', 276, now(),
0);
+
+UPDATE `cloud`.`configuration` SET `value` = 20, `default_value` = 20 WHERE
`name` = 'default.ui.page.size';
Review comment:
@davidjumani won't we have to create a 41510to41520 upgrade for it to
work for 4.15.1 to 4.15.2 upgrade?
##########
File path: engine/schema/src/main/resources/META-INF/db/schema-41500to41510.sql
##########
@@ -132,3 +132,5 @@ INSERT INTO `cloud`.`guest_os_hypervisor`
(uuid,hypervisor_type, hypervisor_vers
-- Add support for windows2019srvNext_64Guest from VMware 7.0.1.0
INSERT INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type,
hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined)
VALUES (UUID(),'VMware', '7.0.1.0', 'windows2019srvNext_64Guest', 276, now(),
0);
+
+UPDATE `cloud`.`configuration` SET `value` = 20, `default_value` = 20 WHERE
`name` = 'default.ui.page.size';
Review comment:
@davidjumani won't we have to create a 41510to41520 upgrade path for it
to work for 4.15.1 to 4.15.2 upgrade?
--
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]