function node_update_7007 in Drupal 7
Remove column min_word_count.
Related topics
File
- modules/
node/ node.install, line 792 - Install, update and uninstall functions for the node module.
Code
function node_update_7007() {
db_drop_field('node_type', 'min_word_count');
}