summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-category.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-category.sql')
-rw-r--r--maintenance/archives/patch-category.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-category.sql b/maintenance/archives/patch-category.sql
index 416500c3..97a5690d 100644
--- a/maintenance/archives/patch-category.sql
+++ b/maintenance/archives/patch-category.sql
@@ -8,7 +8,7 @@ CREATE TABLE /*$wgDBprefix*/category (
cat_files int signed NOT NULL default 0,
cat_hidden tinyint(1) unsigned NOT NULL default 0,
-
+
PRIMARY KEY (cat_id),
UNIQUE KEY (cat_title),