diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-23 17:45:38 -0400 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-23 17:45:38 -0400 |
commit | bfabb024d429c1ec92a48ab01e528838ab289a56 (patch) | |
tree | cba784186a6d385e310d810c2678203b700e1033 /contrib | |
parent | 3dce1aa3a9ec8898b0dbcadfc3d7a4bdb5893327 (diff) | |
download | bugs-bfabb024d429c1ec92a48ab01e528838ab289a56.tar bugs-bfabb024d429c1ec92a48ab01e528838ab289a56.tar.gz bugs-bfabb024d429c1ec92a48ab01e528838ab289a56.tar.bz2 bugs-bfabb024d429c1ec92a48ab01e528838ab289a56.tar.xz bugs-bfabb024d429c1ec92a48ab01e528838ab289a56.zip |
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 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. |