Manual:$wgExtNewIndexes/ru
Appearance
Эта функция была полностью удалена в версии 1.36.0. |
Extension fields: $wgExtNewIndexes | |
---|---|
Extension defined indexes to be added to existing tables |
|
Введено в версии: | 1.11.0 (r23759) |
Удалено в версии: | 1.36.0 (Gerrit change 554602; git #95649c39) |
Допустимые значения: | (see below) |
Значение по умолчанию: | [] |
Другие настройки: По алфавиту | По функциональности |
Details
Used to add indexes to existing tables. For PostgreSQL, you can add the index clause instead of a filename.
Usage
$wgExtNewIndexes[] = array( 'tablename', 'indexname', 'schema_file.sql' );
## Postgres only:
$wgExtNewIndexes[] = array( 'tablename', 'indexname', '(columns)' );