Eli Mesika has uploaded a new change for review. Change subject: core: removing unused event from DB ......................................................................
core: removing unused event from DB This patch removes the VDS_INITIATED_RUN_VM_FAIL event which was replaced with the VDS_INITIATED_RUN_VM_FAILED event. The patch that introduced the event rename did not clean the old name from the event_map table. Change-Id: I199843e37254fee058147795683dce58c3475a55 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1072527 Signed-off-by: Eli Mesika <[email protected]> --- A packaging/dbscripts/upgrade/03_05_0510_remove_unused_event.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/28158/1 diff --git a/packaging/dbscripts/upgrade/03_05_0510_remove_unused_event.sql b/packaging/dbscripts/upgrade/03_05_0510_remove_unused_event.sql new file mode 100644 index 0000000..7061a96 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_05_0510_remove_unused_event.sql @@ -0,0 +1 @@ +DELETE from event_map where event_up_name = 'VDS_INITIATED_RUN_VM_FAIL'; -- To view, visit http://gerrit.ovirt.org/28158 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I199843e37254fee058147795683dce58c3475a55 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
