Actions
Defect #1545
closedMigration fails on table "workflows". Fresh install.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-06-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
I've updated to latest revision (r1593) today and tried to do a clean DB install.
Executing rake db:migrate got me this
-- create_table("workflows", {:force=>true})
-> 0.0036s
rake aborted!
Mysql::Error: Unknown column 'position' in 'order clause': SELECT * FROM `custom_fields` WHERE (type = 'UserCustomField') ORDER BY position
MySQL: 5.0.51a
Actions