forgot this
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 15 Sep 2006 20:14:43 +0000 (20:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 15 Sep 2006 20:14:43 +0000 (20:14 +0000)
maintenance/archives/patch-page_no_title_convert.sql [new file with mode: 0644]

diff --git a/maintenance/archives/patch-page_no_title_convert.sql b/maintenance/archives/patch-page_no_title_convert.sql
new file mode 100644 (file)
index 0000000..f74b801
--- /dev/null
@@ -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;