summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-protected_titles.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-protected_titles.sql')
-rw-r--r--maintenance/archives/patch-protected_titles.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/archives/patch-protected_titles.sql b/maintenance/archives/patch-protected_titles.sql
index 5307cbdd..20b6035d 100644
--- a/maintenance/archives/patch-protected_titles.sql
+++ b/maintenance/archives/patch-protected_titles.sql
@@ -1,7 +1,7 @@
-- Protected titles - nonexistent pages that have been protected
CREATE TABLE /*$wgDBprefix*/protected_titles (
pt_namespace int NOT NULL,
- pt_title varchar(255) NOT NULL,
+ pt_title varchar(255) binary NOT NULL,
pt_user int unsigned NOT NULL,
pt_reason tinyblob,
pt_timestamp binary(14) NOT NULL,