Jump to content
MediaWiki

Manual:$wgExtNewTables

From mediawiki.org
This feature was removed completely in version 1.36.0.
Extension fields: $wgExtNewTables
Extension Defined tables to be added on schema change
Introduced in version:1.11.0 (r23759)
Removed in version:1.36.0 (Gerrit change 554602; git #95649c39)
Allowed values:(see below)
Default value:[]
Other settings: Alphabetical | By function

Details

[edit ]

Can be used with Manual:Hooks/LoadExtensionSchemaUpdates to add additional database tables when maintenance/update.php is called.

Usage

[edit ]
$wgExtNewTables[] = array( 'tablename', 'schema_file.sql' );

Note that maintenance/update.php will replace /*_*/ with the value of $wgDBprefix . For example:

CREATETABLE/*_*/table_name(//...

See Extension:FlaggedRevs for an example.

See also

[edit ]

AltStyle によって変換されたページ (->オリジナル) /