'varchar', 'length' => 32, 'not null' => TRUE, 'default' => '', ); db_change_field('xmlsitemap', 'type', 'type', $field); db_update('xmlsitemap') ->fields(array('type' => 'taxonomy_term')) ->condition('type', 'taxonomy') ->execute(); } // @todo Convert {xmlsitemap}.subtype from vid to vocabulary_machine_name.