forgot this
[lhc/web/wiklou.git] / maintenance / archives / patch-page_no_title_convert.sql
1 -- Used to prevent title conversion (only for languagues with variants)
2 -- Set to 1 if the page contains __NOTITLECONVERT__ magic word.
3 --
4 -- Added 2006-07-21
5
6 ALTER TABLE /*$wgDBprefix*/page
7 ADD page_no_title_convert bool NOT NULL default 0;