summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-pagelinks.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-pagelinks.sql')
-rw-r--r--maintenance/archives/patch-pagelinks.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-pagelinks.sql b/maintenance/archives/patch-pagelinks.sql
index 91e279da..118592fb 100644
--- a/maintenance/archives/patch-pagelinks.sql
+++ b/maintenance/archives/patch-pagelinks.sql
@@ -18,7 +18,7 @@
--
CREATE TABLE /*$wgDBprefix*/pagelinks (
-- Key to the page_id of the page containing the link.
- pl_from int(8) unsigned NOT NULL default '0',
+ pl_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