Eli Mesika has uploaded a new change for review. Change subject: core: squash 03_00_0430_update_locked_status_to_ok.sql ......................................................................
core: squash 03_00_0430_update_locked_status_to_ok.sql Change-Id: Ideb350d1c7ba16cea740abaa13644e8625035837 Signed-off-by: Eli Mesika <[email protected]> --- D backend/manager/dbscripts/upgrade/03_00_0430_update_locked_status_to_ok.sql 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/15472/1 diff --git a/backend/manager/dbscripts/upgrade/03_00_0430_update_locked_status_to_ok.sql b/backend/manager/dbscripts/upgrade/03_00_0430_update_locked_status_to_ok.sql deleted file mode 100644 index 5a2213f..0000000 --- a/backend/manager/dbscripts/upgrade/03_00_0430_update_locked_status_to_ok.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Change status from LOCKED to OK after upgrade when no tasks exists. -UPDATE images -SET imagestatus = 1 -WHERE imagestatus = 2 -AND NOT EXISTS (SELECT 1 from async_tasks); -- To view, visit http://gerrit.ovirt.org/15472 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ideb350d1c7ba16cea740abaa13644e8625035837 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
