Version 1.3.2.3 (checked in on 2007/08/15 at 09:45:03 by fgm)

Documentation for the update system.

The update system is used by modules to provide database updates which are run with update.php.

Functions & methods

NameDescription
hook_installInstall the current version of the database schema.
hook_update_NPerform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php.