function node_update_8012

Enable History module.

Related topics

File

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

Code

function node_update_8012() {

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