Posted by hefox on January 17, 2012 at 9:30pm
2 followers
Jump to:
| 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
#2
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.