You are here

function taxonomy_edge_update_7102 in Taxonomy Edge 7

Update and add indexes.

File

./taxonomy_edge.install, line 261
Installation file for Taxonomy Edge

Code

function taxonomy_edge_update_7102() {
  _taxonomy_edge_add_new_indexes(array(
    'taxonomy_index:nid',
  ));
  menu_rebuild();
}