Actions
Bug #436
closeddb update script does not create DEF_id as auto incremented primary key
Start date:
05/06/2010
Due date:
% Done:
100%
Estimated time:
Affected Version:
Show in known bugs:
Workaround:
Description
In project.projectexperiments. the column experimentid was removed but DEF_id is not set to be auto_increment. I fixed this one by changing the database directly. However, I expect that this bug is on every sinedon converted tables.
Updated by Neil Voss over 14 years ago
- Assignee changed from Neil Voss to Anchi Cheng
- Priority changed from Urgent to Normal
I did not Alter the format of the columns just did a rename. If the column was created by the script it is indexed. Just renamed columns will not get this.
What do you want to do about this?
Updated by Neil Voss over 14 years ago
- Status changed from Assigned to In Test
- % Done changed from 0 to 100
Actions