From 8782cbb1c99e52d25a5157b0d3b794459f2b631a Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 13 Mar 2011 22:03:22 -0700 Subject: Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects r=dkl, a=mkanat --- Bugzilla/Bug.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 42b316516..beafcfa8c 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -73,6 +73,8 @@ use constant DB_TABLE => 'bugs'; use constant ID_FIELD => 'bug_id'; use constant NAME_FIELD => 'alias'; use constant LIST_ORDER => ID_FIELD; +# Bugs have their own auditing table, bugs_activity. +use constant AUDIT_UPDATES => 0; # This is a sub because it needs to call other subroutines. sub DB_COLUMNS { -- cgit v1.2.3-24-g4f1b