bookmark

Quick start guide: Update db schema | drupal.org


Description

If you release a new version of your module and it needs to have a new database schema, you need to do two things to make this change work. First, be sure to update the schema structure in mymodule_schema() so that new installations of your module get the new database table structure. Second, use a hook_update_N() function,

Preview

Tags

Users

  • @sac

Comments and Reviews