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.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-ar_deleted.sql b/maintenance/archives/patch-ar_deleted.sql
index b1d37a5c..2e5edc44 100644
--- a/maintenance/archives/patch-ar_deleted.sql
+++ b/maintenance/archives/patch-ar_deleted.sql
@@ -1,3 +1,3 @@
-- Adding ar_deleted field for revisiondelete
ALTER TABLE /*$wgDBprefix*/archive
- ADD ar_deleted tinyint(1) unsigned NOT NULL default '0';
+ ADD ar_deleted tinyint unsigned NOT NULL default '0';