Index: trunk/extensions/CodeReview/CodeReview.php |
— | — | @@ -286,7 +286,7 @@ |
287 | 287 | $updater->addExtensionUpdate( array( 'addIndex', 'code_paths', 'repo_path', |
288 | 288 | "$base/archives/codereview-repopath.sql", true ) ); |
289 | 289 | |
290 | | - $updater->addExtensionUpdate( array( 'addIndex', 'code_revs', 'cr_repo_status_author', |
| 290 | + $updater->addExtensionUpdate( array( 'addIndex', 'code_rev', 'cr_repo_status_author', |
291 | 291 | "$base/archives/code_revs_status_author-index.sql", true ) ); |
292 | 292 | break; |
293 | 293 | case 'sqlite': |