Skip to content

Commit

Permalink
Merge pull request #89 from onozaty/develop/v3.0.1
Browse files Browse the repository at this point in the history
Develop v3.0.1
  • Loading branch information
onozaty committed Jan 16, 2022
2 parents 14f4977 + 6b34f7a commit 2a163ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion db/migrate/008_change_default_bugfix_on_view_customizes.rb
@@ -1,6 +1,10 @@
class ChangeDefaultBugfixOnViewCustomizes < ActiveRecord::CompatibleLegacyMigration.migration_class
def change
def up
change_column_default :view_customizes, :path_pattern, ""
change_column_default :view_customizes, :comments, ""
end

def down
# Leave the default values unchanged
end
end

0 comments on commit 2a163ae

Please sign in to comment.