Closed (fixed)
Project:
Workflow
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2009 at 08:47 UTC
Updated:
19 Jun 2009 at 21:40 UTC
Jump to comment: Most recent file
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'.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 376588_not_null_true.patch | 913 bytes | deekayen |
| #2 | workflow_node_history_hid_schema.patch | 761 bytes | seanburlington |
Comments
Comment #1
seanburlington commentedI'm getting the same warning
I'll try and post a patch - time permitting
Sean Burlington
www.practicalweb.co.uk
Comment #2
seanburlington commentedComment #3
deekayen commentedThe 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.
Comment #4
jvandyk commentedCommitted. Thanks.