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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | wf-schema-uuid-definition-update-2023183-3.patch | 2.83 KB | dfranca |
| #2 | wf-schema-uuid-definition-update-2023183-2.patch | 2.99 KB | dfranca |
| #1 | wf-schema-uuid-definition-update-2023183-1.patch | 3.08 KB | dfranca |
Comments
Comment #1
dfranca commentedChanged 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.
Comment #2
dfranca commentedMissing module_load_include('install', 'uuid', 'uuid') on hook_schema to make the function work.
Comment #3
dfranca commentedFixed wrong paths.
Comment #4
skwashd commentedThanks for the patch. It has been applied as 49fcfb0.