Skip to content

Commit

Permalink
Merge pull request #77 from onozaty/hotfix/76
Browse files Browse the repository at this point in the history
Strange characters in the path pattern and comment #76
  • Loading branch information
onozaty committed Feb 13, 2021
2 parents 4f51a02 + d8a3781 commit 0725ca2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions db/migrate/008_change_default_bugfix_on_view_customizes.rb
@@ -0,0 +1,6 @@
class ChangeDefaultBugfixOnViewCustomizes < ActiveRecord::CompatibleLegacyMigration.migration_class
def change
change_column_default :view_customizes, :path_pattern, ""
change_column_default :view_customizes, :comments, ""
end
end
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -3,7 +3,7 @@
name 'View Customize plugin'
author 'onozaty'
description 'View Customize plugin for Redmine'
version '2.8.0'
version '2.8.1'
url 'https://github.com/onozaty/redmine-view-customize'
author_url 'https://github.com/onozaty'

Expand Down

0 comments on commit 0725ca2

Please sign in to comment.