The new version of UUID changed the way the schema for UUID gets added (http://drupal.org/node/1422826). This patch updates the module to define the UUID as part of the schema and (I think) works for the update process too.

Comments

populist’s picture

Here is a slightly better patch that uses the abstraction for the uuid field. Still needs work to function in an install profile and will require an implementation of hook_schema_alter().

populist’s picture

Status: Needs review » Needs work
populist’s picture

Status: Needs work » Needs review
StatusFileSize
new3.07 KB

Here is an update to the patch that doesn't conditionally load the UUID table schema and just places it there in case it is needed. I also wrote an update hook to support updating from old installations. I didn't include an index for the uuid or vuuid column and it might benefit from that addition of sites end up with many, many fieldable panels panes.

populist’s picture

StatusFileSize
new3.01 KB

Here is a quick update to (a) support drush make and (b) allow UUID to be NULL since that might be relevant.

merlinofchaos’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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