You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/db/db/schema-441to450.sql
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -751,3 +751,6 @@ INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(uuid, hypervisor_type, hype
751
751
752
752
--Remove duplicates from guest_os_hypervisor table
753
753
DELETE t1 FROM guest_os_hypervisor t1, guest_os_hypervisor t2 WHERE (t1.hypervisor_type=t2.hypervisor_typeANDt1.hypervisor_version=t2.hypervisor_versionANDt1.guest_os_id=t2.guest_os_idANDt1.id>t2.idANDt1.is_user_defined=0);
754
+
755
+
-- Delete redundant built-in CentOS 5.3 template (if any) for XenServer, since CentOS 5.6 template already exists
0 commit comments