From 3dce1aa3a9ec8898b0dbcadfc3d7a4bdb5893327 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 23 Jul 2012 17:23:43 -0400 Subject: Bug 764457 - Add a primary key to the bugs_activity table r=glob, a=LpSolit --- contrib/recode.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') 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', -- cgit v1.2.3-24-g4f1b