Semantic MediaWiki and related extensions
SMW::SQLStore::Installer::BeforeCreateTablesComplete

When using this hook, please make sure you understand the implications of modifying the standard table definition (e.g add auxiliary indices) which are not part of the core declaration and may alter performance expectations.

Signature

use Hooks;
Hooks::register( 'SMW::SQLStore::Installer::BeforeCreateTablesComplete', function( array $tables, $messageReporter ) {
// Modify the table definitions
} );

See also


About | General disclaimer | Privacy policy