Martin Mucha has uploaded a new change for review. Change subject: core: Remove deprecated and unused VdcOptions from db ......................................................................
core: Remove deprecated and unused VdcOptions from db Change-Id: I51d7ce9359a9ad38a034d656fb4ac1c5bab2ff43 Signed-off-by: Martin Mucha <[email protected]> --- A packaging/dbscripts/upgrade/03_06_0500_drop_deprecated_config_values.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/34693/1 diff --git a/packaging/dbscripts/upgrade/03_06_0500_drop_deprecated_config_values.sql b/packaging/dbscripts/upgrade/03_06_0500_drop_deprecated_config_values.sql new file mode 100644 index 0000000..4be5590 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_0500_drop_deprecated_config_values.sql @@ -0,0 +1,3 @@ +DELETE FROM vdc_options +WHERE option_name = 'MacPoolRanges' OR + option_name = 'MaxMacsCountInPool'; -- To view, visit http://gerrit.ovirt.org/34693 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51d7ce9359a9ad38a034d656fb4ac1c5bab2ff43 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
