Index: trunk/extensions/CheckUser/archives/patch-cu_changes_indexes.sql |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | ALTER TABLE /*$wgDBprefix*/cu_changes |
7 | 7 | DROP INDEX cuc_ip_hex, |
8 | 8 | DROP INDEX cuc_user, |
9 | | - DROP INDEX cuc_xff, |
| 9 | + DROP INDEX cuc_xff_hex, |
10 | 10 | ADD INDEX cuc_ip_hex_time (cuc_ip_hex,cuc_timestamp), |
11 | 11 | ADD INDEX cuc_user_time (cuc_user,cuc_timestamp), |
12 | 12 | ADD INDEX cuc_xff_hex_time (cuc_xff_hex,cuc_timestamp); |