Please change the schema of workflow_node_history
column hid:
array('type' => 'serial')
to
array('type' => 'serial', 'not null' => TRUE, 'disp-width' => '11')
as it gives me a warning when I was checking database schema module.
workflow_node_history.hid is part of the primary key but is not specified to be 'not null'.

Comments

seanburlington’s picture

I'm getting the same warning

I'll try and post a patch - time permitting

Sean Burlington
www.practicalweb.co.uk

seanburlington’s picture

Status: Active » Needs review
StatusFileSize
new761 bytes
deekayen’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new913 bytes

The warning comes from the schema module. I confirmed both the error and the fix and am attaching a more simple patch without the disp setting.

jvandyk’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks.

Status: Fixed » Closed (fixed)

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