From: Brion Vibber Date: Fri, 15 Sep 2006 20:14:43 +0000 (+0000) Subject: forgot this X-Git-Tag: 1.31.0-rc.0~55778 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=cac8d121a71de141b180c1960ffa7c1b5f3cd0dc;p=lhc%2Fweb%2Fwiklou.git forgot this --- 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;