You are here

function taxonomy_entity_index_update_7003 in Taxonomy Entity Index 7

Add an index on tid.

File

./taxonomy_entity_index.install, line 135

Code

function taxonomy_entity_index_update_7003() {
  db_add_index('taxonomy_entity_index', 'tid', array(
    'tid',
  ));
}