Skip to content

Commit 0725ca2

Browse files
authored
Merge pull request #77 from onozaty/hotfix/76
Strange characters in the path pattern and comment #76
2 parents 4f51a02 + d8a3781 commit 0725ca2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class ChangeDefaultBugfixOnViewCustomizes < ActiveRecord::CompatibleLegacyMigration.migration_class
2+
def change
3+
change_column_default :view_customizes, :path_pattern, ""
4+
change_column_default :view_customizes, :comments, ""
5+
end
6+
end

init.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name 'View Customize plugin'
44
author 'onozaty'
55
description 'View Customize plugin for Redmine'
6-
version '2.8.0'
6+
version '2.8.1'
77
url 'https://github.com/onozaty/redmine-view-customize'
88
author_url 'https://github.com/onozaty'
99

0 commit comments

Comments
 (0)