diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-23 23:51:44 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-23 23:51:44 +0200 |
commit | 68e12cdd7ca90594089327e00cf0b7c50e4d0807 (patch) | |
tree | 183fc91015b29e41f38a5fe5add07f14bb3fb529 /contrib | |
parent | d23802e8b18093a2d257b319f02f6e0942326b67 (diff) | |
download | bugzilla-68e12cdd7ca90594089327e00cf0b7c50e4d0807.tar.gz bugzilla-68e12cdd7ca90594089327e00cf0b7c50e4d0807.tar.xz |
Bug 764466 - Add a primary key to the profiles_activity table
r=glob, a=LpSolit
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/recode.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/recode.pl b/contrib/recode.pl index 76e10ad2c..e74e06c07 100755 --- a/contrib/recode.pl +++ b/contrib/recode.pl @@ -45,6 +45,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. |