Manual:$wgExtNewFields
From MediaWiki.org
| Extensions: $wgExtNewFields | |
|---|---|
| Extension defined fields to be added to existing tables |
|
| Introduced in version: | 1.11.0 (r23759) |
| Removed in version: | still in use |
| Allowed values: | See details |
| Default value: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Used to add fields to existing tables. Used for MySQL tables, for PostgreSQL, use Manual:$wgExtPGNewFields.
[edit] Usage
$wgExtNewFields[] = array( 'tablename', 'column_name', 'schema_file.sql' );