Oved Ourfali has submitted this change and it was merged. 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(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4156 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5f828b140d9ced9675e5b9091ee27f5a6d9ffe7 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
