spec/db/schema.rb in dump-1.1.0 vs spec/db/schema.rb in dump-1.2.0
- old
+ new
@@ -4,10 +4,10 @@
t.column "#{type}_col", type
end
end
create_table :another_chickens, :force => true do |t|
- %w[string text decimal datetime timestamp date ].each do |type|
+ %w[string text decimal datetime timestamp date].each do |type|
t.column "#{type}_col", type
end
end
end