summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-rc_deleted.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-rc_deleted.sql')
-rw-r--r--maintenance/archives/patch-rc_deleted.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-rc_deleted.sql b/maintenance/archives/patch-rc_deleted.sql
index 04ead974..f4bbd0f9 100644
--- a/maintenance/archives/patch-rc_deleted.sql
+++ b/maintenance/archives/patch-rc_deleted.sql
@@ -1,6 +1,6 @@
-- Adding rc_deleted field for revisiondelete
-- Add rc_logid to match log_id
-ALTER TABLE /*$wgDBprefix*/recentchanges
+ALTER TABLE /*$wgDBprefix*/recentchanges
ADD rc_deleted tinyint unsigned NOT NULL default '0',
ADD rc_logid int unsigned NOT NULL default '0',
ADD rc_log_type varbinary(255) NULL default NULL,