Index: trunk/extensions/Oversight/hidden.sql |
— | — | @@ -37,6 +37,6 @@ |
38 | 38 | KEY name_title_timestamp (hidden_namespace,hidden_title,hidden_timestamp), |
39 | 39 | KEY (hidden_on_timestamp), |
40 | 40 | KEY (hidden_by_user,hidden_on_timestamp), |
41 | | - KEY (hidden_user_text,hidden_timestamp), |
| 41 | + KEY (hidden_user_text,hidden_timestamp) |
42 | 42 | |
43 | | -) TYPE=InnoDB; |
| 43 | +) /*$wgDBTableOptions*/; |