Actions
Defect #5808
closedDocumentation needed for migrating from old trunk while using redmine-subtasks plugin to new trunk that has integrated the plugin into Redmine core
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
2010-07-02
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When trying to upgrade to the latest trunk from the devel build listed below, rake db:migrate fails when trying to create the issue_parent field. I have been using the redmine-subtasks plugin (featured in http://www.redmine.org/issues/443), so this field already exists. I would prefer not to lose my existing parent-child relations. I tried editing the related db migrate script so that this column does not get added, but I ran into additional problems.
Current Redmine Version: 0.9.2.devel.3768
Installed Plugins: redmine-subtasks
Additional errors experienced:
SQLite3::SQLException: duplicate column name: lft: ALTER TABLE "issues" ADD "lft
" integer DEFAULT NULL
Actions