noshutdown-ru / vault

Is a plugin for project management system Redmine. Allows you to store various passwords/keys in one place for the project.
https://noshutdown.ru/en/redmine-plugins-vault
46 stars 29 forks source link

redmine 5.0 compatibility #93

Open giwinax opened 1 year ago

giwinax commented 1 year ago

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.

vukitoso commented 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?