You've already forked baupm-core
Compare commits
1 Commits
0.2.1
...
dev-defaul
| Author | SHA1 | Date | |
|---|---|---|---|
| 699d7d3346 |
9
db/000_baupm_default_updates.rb
Normal file
9
db/000_baupm_default_updates.rb
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
class BaupmDefaultUpdate < ActiveRecord::Migration[4.2]
|
||||||
|
def up
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
|
||||||
|
end
|
||||||
|
end
|
||||||
2
init.rb
2
init.rb
@@ -10,7 +10,7 @@ Redmine::Plugin.register :baupm_core do
|
|||||||
author 'Marco Grätsch'
|
author 'Marco Grätsch'
|
||||||
author_url 'https://src.bundespruefstelle.ch/magdev'
|
author_url 'https://src.bundespruefstelle.ch/magdev'
|
||||||
description "Common modifications for BauPM"
|
description "Common modifications for BauPM"
|
||||||
version '0.2.1'
|
version '0.2.0'
|
||||||
|
|
||||||
requires_redmine :version_or_higher => '4.1.0'
|
requires_redmine :version_or_higher => '4.1.0'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user