summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-rev_deleted.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-rev_deleted.sql')
-rw-r--r--maintenance/archives/patch-rev_deleted.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-rev_deleted.sql b/maintenance/archives/patch-rev_deleted.sql
index 3af0c1d7..ba47f789 100644
--- a/maintenance/archives/patch-rev_deleted.sql
+++ b/maintenance/archives/patch-rev_deleted.sql
@@ -8,4 +8,4 @@
--
ALTER TABLE /*$wgDBprefix*/revision
- ADD rev_deleted tinyint(1) unsigned NOT NULL default '0';
+ ADD rev_deleted tinyint unsigned NOT NULL default '0';