function taxonomy_update_7006

Add {taxonomy_term_data}.format column.

File

modules/taxonomy/taxonomy.install, line 829

Code

function taxonomy_update_7006() {
    db_add_field('taxonomy_term_data', 'format', array(
        'type' => 'int',
        'unsigned' => TRUE,
        'not null' => FALSE,
        'description' => 'The {filter_format}.format of the description.',
    ));
}

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