taxonomy_update_7002() fails on a Drupal 6.16 vanilla with more than one vocabulary:
* Failed: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '' for key 'machine_name'

This is because it adds a unique field on a column which is empty. This works if there is only one vocabulary, but not if there are more.

CommentFileSizeAuthor
#1 773824_1_upgrade_multiple_vocab.patch1005 bytesscor
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scor’s picture

Status: Active » Needs review
FileSize
1005 bytes
catch’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD! Thanks!

Status: Fixed » Closed (fixed)
Issue tags: -D7 upgrade path

Automatically closed -- issue fixed for 2 weeks with no activity.