
Itamar Heim has submitted this change and it was merged. Change subject: tools: notifier: remove sql link between notification_subscribers and users. ...................................................................... tools: notifier: remove sql link between notification_subscribers and users. This is done in preperation to snmp notifications which have no connections to engine users. This includes removing subscriber_id from event_notification_hist and not using a users email instead of a notification_subscriber email. Change-Id: Ibb91d064c5ecec5b335c32636ac432299c5f96f6 Signed-off-by: Mooli Tayer <mtayer@redhat.com> --- M backend/manager/modules/dal/src/test/resources/fixtures.xml M backend/manager/tools/src/main/java/org/ovirt/engine/core/notifier/dao/EventsManager.java M packaging/dbscripts/event_sp.sql M packaging/dbscripts/upgrade/03_04_0600_event_notification_methods.sql 4 files changed, 18 insertions(+), 9 deletions(-) Approvals: Eli Mesika: Looks good to me, approved mooli tayer: Verified -- To view, visit http://gerrit.ovirt.org/24703 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibb91d064c5ecec5b335c32636ac432299c5f96f6 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Itamar Heim <iheim@redhat.com> Gerrit-Reviewer: mooli tayer <mtayer@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server