summaryrefslogtreecommitdiffstats
path: root/contrib/recode.pl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-07-23 23:23:43 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-07-23 23:23:43 +0200
commit3dce1aa3a9ec8898b0dbcadfc3d7a4bdb5893327 (patch)
tree998857e488f9432be52116f7d8256e29ed90211d /contrib/recode.pl
parent58cfa7b96dd3e480140b258b9dd88b65b772b0a2 (diff)
downloadbugzilla-3dce1aa3a9ec8898b0dbcadfc3d7a4bdb5893327.tar.gz
bugzilla-3dce1aa3a9ec8898b0dbcadfc3d7a4bdb5893327.tar.xz
Bug 764457 - Add a primary key to the bugs_activity table
r=glob, a=LpSolit
Diffstat (limited to 'contrib/recode.pl')
-rwxr-xr-xcontrib/recode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/recode.pl b/contrib/recode.pl
index 880bc4e46..cf0997a52 100755
--- a/contrib/recode.pl
+++ b/contrib/recode.pl
@@ -29,6 +29,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',