jenkins-bot has submitted this change and it was merged. Change subject: Correct version section for rc_source in the updaters ......................................................................
Correct version section for rc_source in the updaters The patch for rc_source was reverted and at the end was merged for version 1.23 (I5412466444526986e1209d0982dd62cd5b387ad1). Release notes was already moved with I5113828701fde7d21c81ef3219d04202a9073f00 Change-Id: If3b41a800f4982745eb883d5c4ac270ac75ffaa9 --- M includes/installer/MysqlUpdater.php M includes/installer/PostgresUpdater.php M includes/installer/SqliteUpdater.php 3 files changed, 4 insertions(+), 2 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/installer/MysqlUpdater.php b/includes/installer/MysqlUpdater.php index 0f4faec..6277302 100644 --- a/includes/installer/MysqlUpdater.php +++ b/includes/installer/MysqlUpdater.php @@ -242,6 +242,8 @@ 'patch-iwlinks-from-title-index.sql' ), array( 'addField', 'archive', 'ar_id', 'patch-archive-ar_id.sql' ), array( 'addField', 'externallinks', 'el_id', 'patch-externallinks-el_id.sql' ), + + // 1.23 array( 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ), ); } diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index cea4d78..e8a1c80 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -398,7 +398,7 @@ # end array( 'tsearchFixes' ), - // 1.22 + // 1.23 array( 'addPgField', 'recentchanges', 'rc_source', "TEXT NOT NULL DEFAULT ''" ), ); } diff --git a/includes/installer/SqliteUpdater.php b/includes/installer/SqliteUpdater.php index 6fa22bc..439921b 100644 --- a/includes/installer/SqliteUpdater.php +++ b/includes/installer/SqliteUpdater.php @@ -119,7 +119,7 @@ array( 'addField', 'archive', 'ar_id', 'patch-archive-ar_id.sql' ), array( 'addField', 'externallinks', 'el_id', 'patch-externallinks-el_id.sql' ), - // 1.22 + // 1.23 array( 'addField', 'recentchanges', 'rc_source', 'patch-rc_source.sql' ), ); } -- To view, visit https://gerrit.wikimedia.org/r/96874 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If3b41a800f4982745eb883d5c4ac270ac75ffaa9 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Umherirrender <umherirrender_de...@web.de> Gerrit-Reviewer: MarkAHershberger <mhershber...@wikimedia.org> Gerrit-Reviewer: Siebrand <siebr...@wikimedia.org> Gerrit-Reviewer: Waldir <wal...@email.com> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits