test/dummy/db/schema.rb in gmaps4rails-0.10.2 vs test/dummy/db/schema.rb in gmaps4rails-0.11.0

- old
+ new

@@ -8,10 +8,14 @@ # 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 => 20110430083824) do +ActiveRecord::Schema.define(:version => 20110729164234) do + + create_table "user_profiles", :force => true do |t| + t.string "name" + end create_table "users", :force => true do |t| t.string "name" t.text "description" t.string "picture"