Martin Peřina has posted comments on this change. Change subject: core: [RFE]Backup Awareness - DB ......................................................................
Patch Set 1: (1 comment) https://gerrit.ovirt.org/#/c/39523/1/packaging/dbscripts/audit_log_sp.sql File packaging/dbscripts/audit_log_sp.sql: Line 234: where vds_id = v_vds_id and log_type = v_log_type; Line 235: END; $procedure$ Line 236: LANGUAGE plpgsql; Line 237: Line 238: Create or replace FUNCTION DeleteAuditNoOrOldBackupAlert() > I don't think this is a better name, obsolete covers an old backup case but So how about DeleteBackupRelatedAlerts? Line 239: RETURNS VOID Line 240: AS $procedure$ Line 241: BEGIN Line 242: UPDATE audit_log set deleted = true -- To view, visit https://gerrit.ovirt.org/39523 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7824eb8a720bd654e94dada987aee19b9624a516 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [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
