Skip to content

Commit 8462915

Browse files
committed
commas
1 parent ada64a9 commit 8462915

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

engine/schema/src/main/resources/META-INF/db/schema-41800to41810.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ CALL ADD_GUEST_OS_AND_HYPERVISOR_MAPPING (6, 'Windows Server 2022 (64-bit)', 'Xe
3636
UPDATE `cloud`.`service_offering` so
3737
SET so.limit_cpu_use = 0
3838
WHERE so.default_use = 1 AND so.vm_type IN ('domainrouter', 'secondarystoragevm', 'consoleproxy', 'internalloadbalancervm', 'elasticloadbalancervm');
39+
40+
-- fix erronous commas in guest_os names
41+
UPDATE `cloud`.`guest_os_hypervisor` SET guest_os_name = 'rhel9_64Guest' WHERE guest_os_name = 'rhel9_64Guest,';
42+
>>>>>>> 2572ce5ea4 (commas)

0 commit comments

Comments
 (0)