Podręcznik:$wgExtPGNewFields
Appearance
Ta funkcja została całkowicie usunięta z jądra MediaWiki w wersji 1.36.0. |
| Extension fields: $wgExtPGNewFields | |
|---|---|
| Extension defined fields to be added to existing tables |
|
| Wprowadzono w wersji: | 1.11.0 |
| Usunięto w wersji: | 1.36.0 (Gerrit change 554602; git #95649c39) |
| Dozwolone wartości: | (zobacz poniżej) |
| Domyślna wartość: | [] |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
Used to add fields to existing tables.
Used for PostgreSQL tables.
For MySQL, use $wgExtNewFields.
Użycie
$wgExtPGNewFields[] = array( 'tablename', 'column_name', 'column_type' );