Change WikiImporter to now requires the second parameter to be an instance of the...
[lhc/web/wiklou.git] / maintenance / archives / patch-redirect.sql
index 455a674..d2957df 100644 (file)
@@ -1,10 +1,10 @@
 --
 -- Create the new redirect table.
 -- For each redirect, this table contains exactly one row defining its target
--- 
+--
 CREATE TABLE /*$wgDBprefix*/redirect (
   -- Key to the page_id of the redirect page
-  rd_from int(8) unsigned NOT NULL default '0',
+  rd_from int unsigned NOT NULL default '0',
 
   -- Key to page_namespace/page_title of the target page.
   -- The target page may or may not exist, and due to renames