Fix indentation in r79746

This commit is contained in:
Roan Kattouw 2011-01-07 12:59:25 +00:00
parent 00ed0f087f
commit 8d3fe159c5

View file

@ -172,7 +172,7 @@ class MysqlUpdater extends DatabaseUpdater {
array( 'addTable', 'msg_resource', 'patch-msg_resource.sql' ),
array( 'addTable', 'module_deps', 'patch-module_deps.sql' ),
array( 'dropIndex', 'archive', 'ar_page_revid', 'patch-archive_kill_ar_page_revid.sql' ),
array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ),
array( 'addIndex', 'archive', 'ar_revid', 'patch-archive_ar_revid.sql' ),
);
}