Eli Mesika has uploaded a new change for review. Change subject: core: remove 03010250 version from schema_version ......................................................................
core: remove 03010250 version from schema_version Adding a custom.sql script under the upgarde/pre_upgrade directory The purpose of this file is to fix bugs Currently we have a bug that upgarde 03010250 was cherry-picked and installed after 03010130 This caused all scripts between 03010140 and 03010240 not to run. This scripts removes the 03010250 from information schema and updates 03010130 to be the curent version So, after that , all scripts from 03010140 and up will run Since 03010250 was a configuration change that is already handled in the new config.sql, no other handling is needed. Change-Id: If0e9b546ca10fb51f0b7e5a911baa0907281cae1 --- A backend/manager/dbscripts/upgrade/pre_upgrade/custom.sql 1 file changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/95/3695/1 -- To view, visit http://gerrit.ovirt.org/3695 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If0e9b546ca10fb51f0b7e5a911baa0907281cae1 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
