install.php
Version
1.3.2.3 (checked in on 2007/08/15 at 09:45:03 by fgm)
Description
Documentation for the update system.
The update system is used by modules to provide database updates which are run with update.php.
Functions
| Name | Description |
|---|---|
| hook_install | Install the current version of the database schema. |
| hook_update_N | Perform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php. |
