maintainance: Re-order OOUI script to be clearer, rename
[lhc/web/wiklou.git] / maintenance / archives / patch-langlinks.sql
index 33eb419..5594acd 100644 (file)
@@ -1,9 +1,9 @@
 CREATE TABLE /*$wgDBprefix*/langlinks (
   -- page_id of the referring page
-  ll_from int(8) unsigned NOT NULL default '0',
-  
+  ll_from int unsigned NOT NULL default '0',
+
   -- Language code of the target
-  ll_lang varchar(10) binary NOT NULL default '',
+  ll_lang varbinary(20) NOT NULL default '',
 
   -- Title of the target, including namespace
   ll_title varchar(255) binary NOT NULL default '',