Eli Mesika has uploaded a new change for review. Change subject: core: Fixing upgrade script to change also vm_device is_plugged to allow NULLs ......................................................................
core: Fixing upgrade script to change also vm_device is_plugged to allow NULLs This patch allows vm_device is_plugged to be NULL , it is done because is_plugged is actually 3-state value and should be null for irrelevant devices. People who had already installed patch 03010370 should run from the upgarde directory psql -U <user> -f ./03_01_0370_vm_device_upgrade_data.sql <db> for example : psql -U postgres -f ./03_01_0370_vm_device_upgrade_data.sql engine Change-Id: Ib32fac40c60ddf9b21b0ba78f9136e17ecf58bcf --- M backend/manager/dbscripts/upgrade/03_01_0370_vm_device_upgrade_data.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/38/1938/1 -- To view, visit http://gerrit.ovirt.org/1938 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib32fac40c60ddf9b21b0ba78f9136e17ecf58bcf Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
