jenkins-bot has submitted this change and it was merged. Change subject: Bump Flow cache version to 4.7. ......................................................................
Bump Flow cache version to 4.7. Bug: T96951 Change-Id: I1d61f836b5ebe4bce66df2fdc00c4a7f1e216e48 --- M Flow.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/Flow.php b/Flow.php index 6a73367..8281d2b 100644 --- a/Flow.php +++ b/Flow.php @@ -332,7 +332,7 @@ // A version string appended to cache keys. Bump this if cache format or logic changes. // Flow can be a cross-wiki database accessed by wikis running different versions of the // Flow code; WMF sometimes overrides this globally in wmf-config/CommonSettings.php -$wgFlowCacheVersion = '4.6'; +$wgFlowCacheVersion = '4.7'; // ElasticSearch servers $wgFlowSearchServers = array( 'localhost' ); -- To view, visit https://gerrit.wikimedia.org/r/206183 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1d61f836b5ebe4bce66df2fdc00c4a7f1e216e48 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Mattflaschen <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: EBernhardson <[email protected]> Gerrit-Reviewer: Matthias Mullie <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
