Download & Extend

workflow_access table schema has incorrect type for sid (current: serial)

Project:Workflow
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Bastlynn
Status:active

Issue Summary

sid shouldn't be auto_increment; just seems like a horrid type no one's noticed before.

Fix would be to change sid to an int, define a primary key as sid + rid, add an update function to alter the schema.

Don't think it's causing any visual bugs, just a WTF

Comments

#1

Title:workflow_access has incorrect type for sid (current: serial)» workflow_access table schema has incorrect type for sid (current: serial)

#2

Assigned to:Anonymous» Bastlynn

Eeeeeew, yeah, you're right. And since I was doing a flat port from 6 to 7 it's in 7 as well. I'll get started on it tonight.