Skip to content

Commit 405fd17

Browse files
committed
Fix default values for path pattern and comments were wrong
1 parent b168c47 commit 405fd17

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
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

0 commit comments

Comments
 (0)