Open giwinax opened 1 year ago
Hi. @giwinax Thanks for the commit. Each migration file has 2 lines
class AddOwnerToKeys < ActiveRecord::Migration[4.2]
But you only changed version 4.1 to 6.1 in one file db/migrate/001_create_keys.rb
.
The rest of the files remain the same 4.1
Is this how it should be or did you forget to change it to 6.1?
Using help of https://github.com/noshutdown-ru/vault/issues/91 I was able to make the plugin work with redmine 5.0.0. Nothing special, all the work done by: Co-Authored-By: Jan 7881168+JanB97@users.noreply.github.com Co-Authored-By: lluisgener 22933112+lluisgener@users.noreply.github.com I just made a PR.