commandprompt / redmine_canned_responses

Store and use prepared (canned) responses, per-project or globally.
Other
6 stars 7 forks source link

error in database migration on 4.0 branch #22

Open bassofed opened 2 years ago

bassofed commented 2 years ago

Using the redmine:latest dockerhub image. installing the plugin using: git clone --branch 4.0 https://github.com/commandprompt/redmine_canned_responses.git

The plugin does not work.

To make it work, I had to run: sed -i "s/ActiveRecord::Migration/ActiveRecord::Migration[5.1]/g" /usr/src/redmine/plugins/redmine_canned_responses/db/migrate/20110925054102_create_canned_responses.rb