summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-rc_id.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-rc_id.sql')
-rw-r--r--maintenance/archives/patch-rc_id.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-rc_id.sql b/maintenance/archives/patch-rc_id.sql
index 6dd9ef4a..3b023753 100644
--- a/maintenance/archives/patch-rc_id.sql
+++ b/maintenance/archives/patch-rc_id.sql
@@ -1,7 +1,7 @@
-- Primary key in recentchanges
ALTER TABLE /*$wgDBprefix*/recentchanges
- ADD rc_id int(8) NOT NULL auto_increment,
+ ADD rc_id int NOT NULL auto_increment,
ADD PRIMARY KEY rc_id (rc_id);