Closed GoogleCodeExporter closed 9 years ago
Maybe this error occured in
redmine_work_time/db/migrate/008_remove_month_from_user_issue_month.rb
table:user_issue_months is created in
redmine_work_time/db/migrate/001_create_user_issue_months.rb .
And, initial columns are descrived in 001_create_user_issue_months.rb
If the column:month is already removed,
you can register the [migrate flag]:'8-redmine_work_time'
in table:'schema_migrations',
to skip this migration step(008).
Original comment by T.Kusukawa
on 18 Sep 2011 at 3:18
It seems that the db migration starts on step 8.
How can i force the migration to starts on step 1?
Original comment by joel.ale...@gmail.com
on 19 Sep 2011 at 10:05
i removed some old work_time entries that where on schema_migrations and it
fixed it.
thanks.
Original comment by joel.ale...@gmail.com
on 19 Sep 2011 at 10:47
that's good.
thanks for your solution report.
Original comment by T.Kusukawa
on 19 Sep 2011 at 1:36
Original issue reported on code.google.com by
joel.ale...@gmail.com
on 15 Sep 2011 at 8:37