|
@@ -931,7 +931,7 @@ class Install extends Admin
|
|
'PRIMARY KEY' => ['id'],
|
|
'PRIMARY KEY' => ['id'],
|
|
'INDEXES' => [
|
|
'INDEXES' => [
|
|
'topic_id_idx' => ['topic_id'],
|
|
'topic_id_idx' => ['topic_id'],
|
|
- 'multi_idx' => ['poster_id', 'topic_id'],
|
|
|
|
|
|
+ 'multi_idx' => ['poster_id', 'topic_id', 'posted'],
|
|
],
|
|
],
|
|
'ENGINE' => $this->DBEngine,
|
|
'ENGINE' => $this->DBEngine,
|
|
];
|
|
];
|