Merge "Gallery: Use Parser::parseWidthParam() for gallery dimensions"
[lhc/web/wiklou.git] / maintenance / archives / patch-pt_title-encoding.sql
index 84d1cb3..b0a2393 100644 (file)
@@ -2,4 +2,4 @@
 -- This might cause failures with JOINs, and could protect the wrong pages
 -- with different case variants or unrelated UTF-8 chars.
 ALTER TABLE /*$wgDBprefix*/protected_titles
-  CHANGE COLUMN pt_title pt_title varbinary(255) NOT NULL;
+  CHANGE COLUMN pt_title pt_title varchar(255) binary NOT NULL;