1 Commits

Author SHA1 Message Date
699d7d3346 added stub for db migrations 2023-12-03 12:23:23 +01:00
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
class BaupmDefaultUpdate < ActiveRecord::Migration[4.2]
def up
end
def down
end
end

View File

@@ -10,7 +10,7 @@ Redmine::Plugin.register :baupm_core do
author 'Marco Grätsch'
author_url 'https://src.bundespruefstelle.ch/magdev'
description "Common modifications for BauPM"
version '0.2.1'
version '0.2.0'
requires_redmine :version_or_higher => '4.1.0'