Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/233952

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/52/233952/1

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: newchange
Gerrit-Change-Id: I4714410b34c258bbee3338a52b544df3c00d7b28
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to