Index: og_vocab.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/og_vocab/Attic/og_vocab.install,v
retrieving revision 1.3.6.7
diff -u -p -r1.3.6.7 og_vocab.install
--- og_vocab.install	25 Dec 2008 08:23:22 -0000	1.3.6.7
+++ og_vocab.install	14 May 2009 19:37:28 -0000
@@ -66,7 +66,7 @@ function og_vocab_update_6000() {
   $ret = array();
   db_drop_primary_key($ret, 'og_vocab');
   db_add_primary_key($ret, 'og_vocab', array('vid'));
-  db_add_index($ret, 'og_vocab', 'nid', array('nid'));
+  db_add_index($ret, 'og_vocab', 'og_vocab_nid_idx', array('nid'));
   return $ret;
 }
 
@@ -77,4 +77,4 @@ function og_vocab_update_6001() {
   $ret = array();
   db_query("UPDATE {vocabulary} SET module = '%s' WHERE module ='%s'", 'taxonomy', 'og_vocab');
   return $ret;
-}
\ No newline at end of file
+}
