test/dummy/db/schema.rb in annotator-0.0.7 vs test/dummy/db/schema.rb in annotator-0.0.8

- old
+ new

@@ -9,11 +9,11 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120527025142) do +ActiveRecord::Schema.define(:version => 20120708043543) do create_table "boos", :force => true do |t| t.integer "foo_id" t.integer "poly_id" t.string "poly_type" @@ -34,9 +34,17 @@ t.datetime "updated_at", :null => false t.string "avatar_file_name" t.string "avatar_content_type" t.integer "avatar_file_size" t.datetime "avatar_updated_at" + end + + create_table "roos", :force => true do |t| + t.integer "boo_id" + t.integer "poly_id" + t.string "poly_type" + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false end create_table "users", :force => true do |t| t.string "email", :default => "", :null => false t.string "encrypted_password", :default => "", :null => false