jquery.lengthLimit: Fix 'cut'/'paste' event handling
[lhc/web/wiklou.git] / maintenance / archives / patch-protected_titles.sql
index 98f4047..20b6035 100644 (file)
@@ -1,7 +1,7 @@
 -- Protected titles - nonexistent pages that have been protected
 CREATE TABLE /*$wgDBprefix*/protected_titles (
   pt_namespace int NOT NULL,
-  pt_title varbinary(255) NOT NULL,
+  pt_title varchar(255) binary NOT NULL,
   pt_user int unsigned NOT NULL,
   pt_reason tinyblob,
   pt_timestamp binary(14) NOT NULL,