hook_update_N

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call hook_update_N()

Namesort iconLocationDescription
hook_update_Ndeveloper/hooks/install.phpPerform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php.

Functions called by hook_update_N()

Namesort iconLocationDescription
db_add_columnupdate.phpAdd a column to a database using syntax appropriate for PostgreSQL. Save result of SQL commands in $ret array.
hook_update_Ndeveloper/hooks/install.phpPerform a single update. For each patch which requires a database change add a new hook_update_N() which will be called by update.php.
update_sqlupdate.php
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.