Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-fix-il_from.sql
index 4ae30fe..0a199e4 100644 (file)
@@ -3,7 +3,7 @@
 RENAME TABLE /*_*/imagelinks TO /*_*/imagelinks_old;
 CREATE TABLE /*_*/imagelinks (
   il_from int unsigned NOT NULL default 0,
-  il_to varbinary(255) NOT NULL default ''
+  il_to varchar(255) binary NOT NULL default ''
 ) /*$wgDBTableOptions*/;
 
 CREATE UNIQUE INDEX /*i*/il_from ON /*_*/imagelinks (il_from,il_to);