Index: branches/wmf-deployment/extensions/LiquidThreads/lqt.sql |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | PRIMARY KEY thread_id (thread_id), |
30 | 30 | UNIQUE INDEX thread_root_page (thread_root), |
31 | 31 | INDEX thread_ancestor (thread_ancestor, thread_parent), |
32 | | - INDEX thread_article_title (thread_article_namespace, thread_article_title), |
| 32 | + INDEX thread_article_title (thread_article_namespace, thread_article_title, thread_sortkey), |
33 | 33 | INDEX thread_modified (thread_modified), |
34 | 34 | INDEX thread_created (thread_created), |
35 | 35 | INDEX thread_summary_page (thread_summary_page), |
Property changes on: branches/wmf-deployment/extensions/LiquidThreads |
___________________________________________________________________ |
Name: svn:mergeinfo |
36 | 36 | - /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57131 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |
37 | 37 | + /branches/REL1_15/phase3/extensions/LiquidThreads:51646 |
/trunk/extensions/LiquidThreads:56151-57134 |
/trunk/phase3/extensions/LiquidThreads:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350 |