diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy/taxonomy.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.install b/modules/taxonomy/taxonomy.install index 94c19d464..b47689ed5 100644 --- a/modules/taxonomy/taxonomy.install +++ b/modules/taxonomy/taxonomy.install @@ -195,6 +195,7 @@ function taxonomy_schema() { ), 'indexes' => array( 'term_node' => array('tid', 'sticky', 'created'), + 'nid' => array('nid'), ), 'foreign keys' => array( 'node' => 'nid', @@ -314,6 +315,7 @@ function taxonomy_update_7004() { ), 'indexes' => array( 'term_node' => array('tid', 'sticky', 'created'), + 'nid' => array('nid'), ), 'foreign keys' => array( 'node' => 'nid', |