function node_update_7007

7.x node.install node_update_7007()

Remove column min_word_count.

Related topics

File

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

Code

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