1 taxonomy.install taxonomy_update_1000()

Remove the {taxonomy_vocabulary}.module field.

Related topics

File

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

Code

function taxonomy_update_1000() {
  // Update removed. Previously dropped the {taxonomy_vocabulary}.module field,
  // but taxonomy_update_1002() drops the entire table.
}