Handbuch:$wgExtPGAlteredFields
Appearance
Diese Funktion wurde in der Version 1.36.0 vollständig entfernt. |
| Erweiterungsfelder: $wgExtPGAlteredFields | |
|---|---|
| Extension defined columns to be altered in tables |
|
| Eingeführt in Version: | 1.15.0 |
| Entfernt in Version: | 1.36.0 (Gerrit change 554602; git #95649c39) |
| Erlaubte Werte: | Siehe unten |
| Standardwert: | [] |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
Details
Used to alter the data type of a column in an existing table. Wird nur für Postgres-Tabellen verwendet. The final rule is optional and only needed if Postgres cannot convert the types automatically.
Verwendung
$wgExtPGAlteredFields[] = array( 'tablename', 'column_name', 'column_type', 'conversion_rule' );