Oved Ourfali has uploaded a new change for review. Change subject: core: split configuration common stored procedure ......................................................................
core: split configuration common stored procedure This commit adds a new "split configuration" function, called fn_db_split_configuration. The purpose of this function is to easy upgrading in case a configuration value that was once general, should now be version-specific. The input of the function is the option_name and the required new value. The result is having the current value for each possible version, besides the last version, which will get the input value. Change-Id: Ic5f828b140d9ced9675e5b9091ee27f5a6d9ffe7 Acked-by: FirstName LastName <email> Signed-off-by: Oved Ourfali <[email protected]> --- M backend/manager/dbscripts/common_sp.sql 1 file changed, 36 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/4156/1 -- To view, visit http://gerrit.ovirt.org/4156 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5f828b140d9ced9675e5b9091ee27f5a6d9ffe7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
