wiki.techinc.nl/maintenance/sqlite/archives/patch-page-page_lang.sql
Kunal Grover 50144cd02a First version of Page Language selector
Special page PageLanguage to set the page language of a page.
To enable the feature, set $wgPageLanguageUseDB to true
and assign the 'pagelang' user right to a user group.

Bug: 35489
Change-Id: I0f82b146fbe948f917c1c5d29f7469644d797e80
2014-06-27 23:27:07 +00:00

3 lines
97 B
SQL

-- Add page_lang column
ALTER TABLE /*$wgDBprefix*/page ADD COLUMN page_lang TEXT default NULL;