Index: trunk/phase3/maintenance/archives/patch-page_no_title_convert.sql |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +-- Used to prevent title conversion (only for languagues with variants) |
| 3 | +-- Set to 1 if the page contains __NOTITLECONVERT__ magic word. |
| 4 | +-- |
| 5 | +-- Added 2006-07-21 |
| 6 | + |
| 7 | +ALTER TABLE /*$wgDBprefix*/page |
| 8 | + ADD page_no_title_convert bool NOT NULL default 0; |