Upgraded from D5-D6 with the rc3 version of Workflow.
Created a new workflow ok, but when I tried to create a new state I was receiving a duplicate key error.
Quick bit of poking as the query looked sound revealed that the AUTO_INCREMENT property was missing from the sid column on the workflow_states table.
Comments
Comment #1
Arricc commentedAlso missing from the tid column on workflow_transitions
Comment #2
jvandyk commentedFix committed. Thanks.