Skip to content

Commit 2a163ae

Browse files
authored
Merge pull request #89 from onozaty/develop/v3.0.1
Develop v3.0.1
2 parents 14f4977 + 6b34f7a commit 2a163ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
class ChangeDefaultBugfixOnViewCustomizes < ActiveRecord::CompatibleLegacyMigration.migration_class
2-
def change
2+
def up
33
change_column_default :view_customizes, :path_pattern, ""
44
change_column_default :view_customizes, :comments, ""
55
end
6+
7+
def down
8+
# Leave the default values unchanged
9+
end
610
end

0 commit comments

Comments
 (0)