db/schema.rb in spree-0.10.0.beta vs db/schema.rb in spree-0.10.0

- old
+ new

@@ -7,10 +7,10 @@ # all the migrations 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 => 20100301163454) do +ActiveRecord::Schema.define(:version => 20100306153445) do create_table "addresses", :force => true do |t| t.string "firstname" t.string "lastname" t.string "address1"