spec/rails/db/schema.rb in has_finder-0.1.2 vs spec/rails/db/schema.rb in has_finder-0.1.3
- old
+ new
@@ -5,9 +5,10 @@
ActiveRecord::Schema.define(:version => 2) do
create_table "beings", :force => true do |t|
t.column "country", :string
t.column "race", :string
+ t.column "type", :string
end
create_table "properties", :force => true do |t|
t.column "name", :string
t.column "being_id", :integer