1.20.x taxonomy.install taxonomy_update_1000()

Remove the {taxonomy_vocabulary}.module field.

Related topics

File

modules/taxonomy/taxonomy.install, line 219
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.
}