The uuid column definitions are arrays, but they should be using uuid_schema_field_definition(). This keeps the field definitions consistent and inline with what the UUID expects.

Comments

dfranca’s picture

Changed the definition from Schema UUID fields so that they are defined through the function uuid_schema_field_definition() from UUID module instead of an array.

dfranca’s picture

Missing module_load_include('install', 'uuid', 'uuid') on hook_schema to make the function work.

dfranca’s picture

Fixed wrong paths.

skwashd’s picture

Status: Active » Fixed

Thanks for the patch. It has been applied as 49fcfb0.

Status: Fixed » Closed (fixed)

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