Upgrading from rc6 to rc7, I'm getting 30 failed database update queries for the uc_attribute module, update #6005, all trying to alter or update the following non-existent tables:
- drupal_uc_attribute_options
- drupal_uc_class_attribute_options
- drupal_uc_product_options

Comments

Island Usurper’s picture

Status: Active » Postponed (maintainer needs more info)

That's odd. Have you maybe changed the database prefix recently? There shouldn't be any difference between the table names when they were installed and now when they are updated.

Andy_Read’s picture

Apologies for not getting back on this issue. I've just filed a new issue #649102: UC_Attribute module uses oid field, which conflicts with Postgres when default_with_oids=on and now realise that that is also the root cause of this issue: the 3 tables probably failed to create in the first place, which I missed when installing previously.

Island Usurper’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)