subtasking: update from plugin to core
Added by Marco Gutsche over 14 years ago
Hello,
I use redmine 0.9.1 with the subtasking plugin and think about updating to redmine 1.0 when the release is availabe.
In the news I've read that a convert script is possible. I've downloaded the current trunk and looked at both issues-database-tables. Both use a column parent-id to identify the next parent ticket. The core implementation additionally has a column root-id. The rest looks identical.
So it might be enough to check the root-id for every subticket and put this value in the redmine 1.0 database?
Or do I miss something?
Thank a lot.
Replies (1)
RE: subtasking: update from plugin to core - Added by Marco Gutsche over 14 years ago
Hello,
does the database structure for subissues in the current trunk may change until release version 1.0.0?
If not I can start testing migrating my database.
Thank a lot.