Page MenuHomePhabricator

bug-48820.patch

Authored By
bzimport
Nov 22 2014, 1:31 AM
Size
990 B
Referenced Files
None
Subscribers
None

bug-48820.patch

diff --git a/mediawiki/includes/installer/MysqlUpdater.php b/mediawiki/includes/installer/MysqlUpdater.php
index 9d73e62..030c57f 100644
--- a/mediawiki/includes/installer/MysqlUpdater.php
+++ b/mediawiki/includes/installer/MysqlUpdater.php
@@ -200,9 +200,9 @@ class MysqlUpdater extends DatabaseUpdater {
// 1.19
array( 'addIndex', 'logging', 'type_action', 'patch-logging-type-action-index.sql'),
+ array( 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ),
array( 'doMigrateUserOptions' ),
array( 'dropField', 'user', 'user_options', 'patch-drop-user_options.sql' ),
- array( 'addField', 'revision', 'rev_sha1', 'patch-rev_sha1.sql' ),
array( 'addField', 'archive', 'ar_sha1', 'patch-ar_sha1.sql' ),
array( 'addIndex', 'page', 'page_redirect_namespace_len', 'patch-page_redirect_namespace_len.sql' ),
array( 'addField', 'uploadstash', 'us_chunk_inx', 'patch-uploadstash_chunk.sql' ),

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10182
Default Alt Text
bug-48820.patch (990 B)

Event Timeline