summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-redirect.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-redirect.sql')
-rw-r--r--maintenance/archives/patch-redirect.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-redirect.sql b/maintenance/archives/patch-redirect.sql
index 455a674f..5d7218bc 100644
--- a/maintenance/archives/patch-redirect.sql
+++ b/maintenance/archives/patch-redirect.sql
@@ -4,7 +4,7 @@
--
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