Manual:$wgExtNewTables/pl

From Linux Web Expert

<translate> Extension fields</translate>: $wgExtNewTables
Extension Defined tables to be added on schema change
<translate> Introduced in version:</translate>1.11.0 (r23759)
<translate> Removed in version:</translate>1.36.0 (Gerrit change 554602; git #95649c39)
<translate> Allowed values:</translate>(zobacz poniżej)
<translate> Default value:</translate>[]

Szczegóły

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

Użycie

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

Note that maintenance/update.php will replace /*_*/ with the value of $wgDBprefix . Na przykład:

CREATE TABLE /*_*/table_name ( //...

See Extension:FlaggedRevs for an example.

Zobacz też