Postponed (maintainer needs more info)
Project:
OG Vocabulary
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2009 at 19:36 UTC
Updated:
15 May 2009 at 12:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren.ferguson commentedadd the patch for this functionality
Comment #2
amitaibuThat sounds strange. What do you mean another module has used this index? If you look in Drupal core, the field names in the tables are not unique.
Comment #3
darren.ferguson commentedWhat i mean is another module is using the index nid for another table hence this is causing confusion since two indexes on different tables can't be named the same. This is why i was suggesting adding the unique name too the index so the system will be able to distinguish and og_vocab will not cause this problem for the upgrade if another module is utilizing the same index name.
So the name itself must be unique and this is where the problem when i did the upgrade occurred.