function node_update_7007

Remove column min_word_count.

Related topics

Archivo

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

Código

function node_update_7007() {
  db_drop_field('node_type', 'min_word_count');
}