mooli tayer has posted comments on this change. Change subject: tools: Support snmp trap as a notification method. ......................................................................
Patch Set 21: (1 comment) http://gerrit.ovirt.org/#/c/22909/21/packaging/dbscripts/upgrade/03_04_0610_event_notification_methods.sql File packaging/dbscripts/upgrade/03_04_0610_event_notification_methods.sql: Line 3: DROP TABLE event_notification_methods ; Line 4: Line 5: -- DROP event_subscribers unused columns Line 6: ALTER TABLE event_subscriber DROP COLUMN notification_method2, DROP COLUMN notification_method3; Line 7: Removing this, added by mistake. Line 8: -- save EventNotificationMethod as string with constraint. Line 9: ALTER TABLE event_subscriber ADD COLUMN notification_method CHARACTER VARYING(32) Line 10: CHECK (notification_method IN ('EMAIL', 'SNMP_TRAP')); Line 11: ALTER TABLE event_subscriber DROP CONSTRAINT pk_event_subscriber; -- To view, visit http://gerrit.ovirt.org/22909 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0cd22d022ae535f45e046b09a2cbfadd837b465c Gerrit-PatchSet: 21 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Liran Zelkha <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
