function node_update_7001

Rename {node_revisions} table to {node_revision}.

Related topics

Archivo

drupal-7.x/modules/node/node.install, line 547
Install, update and uninstall functions for the node module.

Código

function node_update_7001() {
  db_rename_table('node_revisions', 'node_revision');
}