256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

rake db:migrate_plugins errors #30

Closed archonwang closed 12 years ago

archonwang commented 12 years ago

interesting error.

I ran [rake db:migrate_plugins] and found error.

== CreateScrumblerProjectSettings: migrating ================================= -- create_table(:scrumbler_project_settings) -> 0.3750s == CreateScrumblerProjectSettings: migrated (0.3750s) ========================

== UpdateScrumblerMaintrackers: migrating ==================================== -- drop_table(:scrumbler_maintrackers) rake aborted! An error has occurred, all later migrations canceled:

Mysql::Error: Unknown table 'scrumbler_maintrackers': DROP TABLE scrumbler_maintrackers

(See full trace by running task with --trace)

I checked it, and found in folder /migrate/, the rb file loaded not by orders.

so I modified the rb files into 101_XXX.rb, 102_XXX.rb... and rake again. It's OK.

I used windows xp sp3,redmine 1.3.1, mysql 5.5.X.

Anyone has the same error like me ??

zloydadka commented 12 years ago

fixed in last commit in master