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
--Remove duplicates from guest_os_hypervisor table
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);
0 commit comments