spec/support/schema.rb in amoeba-1.2.1 vs spec/support/schema.rb in amoeba-2.0.0
- old
+ new
@@ -80,9 +80,10 @@
t.string :contents
t.timestamps
end
create_table :custom_things, :force => true do |t|
+ t.integer :post_id
t.string :value
t.timestamps
end
create_table :comments, :force => true do |t|