function node_update_8012

Enable History module.

Related topics

File

drupal/core/modules/node/node.install, line 715
Install, update and uninstall functions for the node module.

Code

function node_update_8012() {

  // Enable the history module without re-installing the schema.
  update_module_enable(array(
    'history',
  ));
}