Update #7102

* Failed: DatabaseSchemaObjectExistsException: Table similarterms_override already exists. in DatabaseSchema->createTable() (line 629 of includes\database\schema.inc).

When applying module updates / schema changes to more than one branch, you always need to wrap the update function logic appropriately into db_table_exists() and similar conditional checks.

CommentFileSizeAuthor
#1 similarterms.upgrade.1.patch952 bytessun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Needs review
FileSize
952 bytes

Attached patch fixes the issue.

sun’s picture

Status: Needs review » Reviewed & tested by the community

Tested myself. #1 makes the upgrade to D7 work.

rmiddle’s picture

Thanks Sun,

Commit to tree will be in the next release.

Thanks
Robert

rmiddle’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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