Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could this be made to work with later version of Redmine? #26

Open
urinal-cake opened this issue Oct 13, 2014 · 1 comment
Open

Could this be made to work with later version of Redmine? #26

urinal-cake opened this issue Oct 13, 2014 · 1 comment

Comments

@urinal-cake
Copy link

I currently receive the following error when migrating:
Mysql2::Error: Table 'redmine.votes' doesn't exist: ALTER TABLE votes ADD vote_count int(11) DEFAULT 1 NOT NULL/opt/redmine-2.5.1/clean/ruby/2.0.0/gems/activerecord-3.2.17/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:245:in `query'

It appears to me that the scripts within the db/migrate folder use old Ruby syntaxes for migration. def self.up/down instead of def.change. I attempted to remedy this, but it still didn't fix the issue.

I don't know too much about Ruby, but can this plugin be made to work with later versions of Redmine? I'm on 2.5.2, and would really appreciate it.

@darioo
Copy link

darioo commented Nov 2, 2014

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants