function node_update_7007

Remove column min_word_count.

Related topics

File

modules/node/node.install, line 792

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.