99 | | The [wiki:upgrade.php admin/upgrade.php] script will make any necessary changes to your Maia database, adding any missing tables, columns, and indices. |
| 99 | The [wiki:upgrade.php admin/upgrade.php] script will make any necessary changes to your Maia database, adding any missing tables, columns, and indices. |
| 100 | |
| 101 | '''Postgresql Warning''' Postgresql < 8.0 cannot alter tables; a new table must be made, data copied, old table deleted, and the new table renamed. See ticket #269 for more information. At this point, we recommend not using postgresql < 8.0; This recommendation appears to agree with the postgresql community. |