jenkins-bot has submitted this change and it was merged.
Change subject: Hygiene: Workflow lookup now uses workflow_type parameter
......................................................................
Hygiene: Workflow lookup now uses workflow_type parameter
Change-Id: I2ae371a461cf9bd23b54ae65299d676d76bdfa5c
---
M container.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Bsitu: Looks good to me, approved
jenkins-bot: Verified
diff --git a/container.php b/container.php
index 59619cc..a7ece10 100644
--- a/container.php
+++ b/container.php
@@ -149,8 +149,8 @@
$pk,
// This is actually a unique index, but it wants the shallow
functionality.
new TopKIndex(
- $cache, $storage, 'flow_workflow:title',
- array( 'workflow_wiki', 'workflow_namespace',
'workflow_title_text'),
+ $cache, $storage, 'flow_workflow:title:v2:',
+ array( 'workflow_wiki', 'workflow_namespace',
'workflow_title_text', 'workflow_type' ),
array( 'shallow' => $pk, 'limit' => 1, 'sort' =>
'workflow_id' )
),
);
--
To view, visit https://gerrit.wikimedia.org/r/159510
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ae371a461cf9bd23b54ae65299d676d76bdfa5c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: SG <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits