Index: trunk/phase3/includes/installer/MysqlUpdater.php |
— | — | @@ -172,7 +172,7 @@ |
173 | 173 | array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ), |
174 | 174 | array( 'addTable', 'module_deps', 'patch-module_deps.sql' ), |
175 | 175 | array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ), |
176 | | - array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), |
| 176 | + array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ), |
177 | 177 | ); |
178 | 178 | } |
179 | 179 | |