Fix support for HTTP/2 in MultiHttpClient
[lhc/web/wiklou.git] / maintenance / archives / patch-log_search.sql
index 008ba9e..8d92030 100644 (file)
@@ -2,7 +2,7 @@ CREATE TABLE /*_*/log_search (
   -- The type of ID (rev ID, log ID, rev timestamp, username)
   ls_field varbinary(32) NOT NULL,
   -- The value of the ID
-  ls_value varbinary(255) NOT NULL,
+  ls_value varchar(255) NOT NULL,
   -- Key to log_id
   ls_log_id int unsigned NOT NULL default 0
 ) /*$wgDBTableOptions*/;