jenkins-bot has submitted this change and it was merged. Change subject: Fix typo in sql patch ......................................................................
Fix typo in sql patch Made the update fail. Change-Id: I4714410b34c258bbee3338a52b544df3c00d7b28 --- M db_patches/patch-reference_wiki.sql 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/db_patches/patch-reference_wiki.sql b/db_patches/patch-reference_wiki.sql index 9036f68..e4c3409 100644 --- a/db_patches/patch-reference_wiki.sql +++ b/db_patches/patch-reference_wiki.sql @@ -5,7 +5,7 @@ ALTER TABLE /*_*/flow_wiki_ref ADD COLUMN ref_src_wiki varchar(16) binary not null; -- Drop indexes for adjustment -DROP INDEX /*i*//flow_wiki_ref_idx ON /*_*/flow_wiki_ref; +DROP INDEX /*i*/flow_wiki_ref_idx ON /*_*/flow_wiki_ref; DROP INDEX /*i*/flow_wiki_ref_revision ON /*_*/flow_wiki_ref; -- Populate header and summary references with the appropriate wiki -- To view, visit https://gerrit.wikimedia.org/r/233952 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4714410b34c258bbee3338a52b544df3c00d7b28 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Matthias Mullie <[email protected]> Gerrit-Reviewer: Catrope <[email protected]> Gerrit-Reviewer: Springle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
