function taxonomy_update_8000

Remove the {taxonomy_vocabulary}.module field.

File

drupal/core/modules/taxonomy/taxonomy.install, line 199
Install, update and uninstall functions for the taxonomy module.

Code

function taxonomy_update_8000() {
  db_drop_field('taxonomy_vocabulary', 'module');
}