Noam Slomianko has uploaded a new change for review. Change subject: core: change policy unit names ......................................................................
core: change policy unit names Rename "PowerSaving" to "OptimalForPowerSaving" Rename "EvenDistribution" to "OptimalForEvenDistribution" Change-Id: I5f8b2fc699eb70c39ded790ed9c13ce6b456046c Bug-Url: https://bugzilla.redhat.com/999539 Signed-off-by: Noam Slomianko <[email protected]> --- A packaging/dbscripts/upgrade/03_03_0800_change_policy_names.sql 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/45/18645/1 diff --git a/packaging/dbscripts/upgrade/03_03_0800_change_policy_names.sql b/packaging/dbscripts/upgrade/03_03_0800_change_policy_names.sql new file mode 100644 index 0000000..a798ad8 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_03_0800_change_policy_names.sql @@ -0,0 +1,4 @@ +UPDATE policy_units SET name='OptimalForPowerSaving' WHERE id='736999d0-1023-46a4-9a75-1316ed50e151'; +UPDATE policy_units SET name='OptimalForPowerSaving' WHERE id='736999d0-1023-46a4-9a75-1316ed50e15b'; +UPDATE policy_units SET name='OptimalForEvenDistribution' WHERE id='7db4ab05-81ab-42e8-868a-aee2df483ed2'; +UPDATE policy_units SET name='OptimalForEvenDistribution' WHERE id='7db4ab05-81ab-42e8-868a-aee2df483edb'; -- To view, visit http://gerrit.ovirt.org/18645 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5f8b2fc699eb70c39ded790ed9c13ce6b456046c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Noam Slomianko <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
