aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/schema/schema.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-11-29 21:35:30 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-12-10 17:05:00 -0300
commit660882bda42ffacc602758631c2a2e6ba09c1ee1 (patch)
tree92d871deb3b253e1b5030460e41ea59da46511af /activerecord/test/schema/schema.rb
parent09a8b146ef9e038d6036a21fb4f80e15f9ee969a (diff)
downloadrails-660882bda42ffacc602758631c2a2e6ba09c1ee1.tar.gz
rails-660882bda42ffacc602758631c2a2e6ba09c1ee1.tar.bz2
rails-660882bda42ffacc602758631c2a2e6ba09c1ee1.zip
Make sure the tests pass in the case closer to described in #8195
Diffstat (limited to 'activerecord/test/schema/schema.rb')
-rw-r--r--activerecord/test/schema/schema.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb
index 67a20a610c..fa4ac7c89b 100644
--- a/activerecord/test/schema/schema.rb
+++ b/activerecord/test/schema/schema.rb
@@ -112,6 +112,7 @@ ActiveRecord::Schema.define do
t.string :name
t.integer :engines_count
t.integer :wheels_count
+ t.timestamps
end
create_table :categories, :force => true do |t|