summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-ar_deleted.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-ar_deleted.sql')
-rw-r--r--maintenance/archives/patch-ar_deleted.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintenance/archives/patch-ar_deleted.sql b/maintenance/archives/patch-ar_deleted.sql
new file mode 100644
index 00000000..b1d37a5c
--- /dev/null
+++ b/maintenance/archives/patch-ar_deleted.sql
@@ -0,0 +1,3 @@
+-- Adding ar_deleted field for revisiondelete
+ALTER TABLE /*$wgDBprefix*/archive
+ ADD ar_deleted tinyint(1) unsigned NOT NULL default '0';