From bfabb024d429c1ec92a48ab01e528838ab289a56 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 23 Jul 2012 17:45:38 -0400 Subject: Bug 764466 - Add a primary key to the profiles_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 cf0997a52..de204f155 100755 --- a/contrib/recode.pl +++ b/contrib/recode.pl @@ -32,6 +32,7 @@ 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 since 4.4 has a unique primary key added profiles_activity => 'userid,profiles_when,fieldid', setting_value => 'name,value', # longdescs didn't used to have a PK, before 2.20. -- cgit v1.2.3-24-g4f1b