summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-07-23 23:27:16 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-23 23:27:16 +0200
commitd23802e8b18093a2d257b319f02f6e0942326b67 (patch)
treef97c800c0ed6d564b3c12c969d469afb1d700a78 /contrib
parente4e2e19aeac85b534d5f3b8074b2b3a42122fa4c (diff)
downloadbugzilla-d23802e8b18093a2d257b319f02f6e0942326b67.tar.gz
bugzilla-d23802e8b18093a2d257b319f02f6e0942326b67.tar.xz
Bug 764457 - Add a primary key to the bugs_activity table
r=glob, a=LpSolit
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/recode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/recode.pl b/contrib/recode.pl
index f8de12eb1..76e10ad2c 100755
--- a/contrib/recode.pl
+++ b/contrib/recode.pl
@@ -42,6 +42,7 @@ use constant MAX_STRING_LEN => 25;
# For certain tables, we can't automatically determine their Primary Key.
# So, we specify it here as a string.
use constant SPECIAL_KEYS => {
+ # bugs_activity since 4.4 has a unique primary key added
bugs_activity => 'bug_id,bug_when,fieldid',
profile_setting => 'user_id,setting_name',
profiles_activity => 'userid,profiles_when,fieldid',