From cac8d121a71de141b180c1960ffa7c1b5f3cd0dc Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 15 Sep 2006 20:14:43 +0000 Subject: [PATCH] forgot this --- maintenance/archives/patch-page_no_title_convert.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 maintenance/archives/patch-page_no_title_convert.sql diff --git a/maintenance/archives/patch-page_no_title_convert.sql b/maintenance/archives/patch-page_no_title_convert.sql new file mode 100644 index 0000000000..f74b801356 --- /dev/null +++ b/maintenance/archives/patch-page_no_title_convert.sql @@ -0,0 +1,7 @@ +-- Used to prevent title conversion (only for languagues with variants) +-- Set to 1 if the page contains __NOTITLECONVERT__ magic word. +-- +-- Added 2006-07-21 + +ALTER TABLE /*$wgDBprefix*/page + ADD page_no_title_convert bool NOT NULL default 0; -- 2.20.1