Fix indentation in r79746
This commit is contained in:
parent
00ed0f087f
commit
8d3fe159c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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' ),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue