db/schema.rb in spree-0.10.1 vs db/schema.rb in spree-0.10.2

- old
+ new

@@ -7,11 +7,11 @@ # 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 => 20100306153445) do +ActiveRecord::Schema.define(:version => 20100317120946) do create_table "addresses", :force => true do |t| t.string "firstname" t.string "lastname" t.string "address1" @@ -50,9 +50,10 @@ t.integer "position" t.string "type", :limit => 75 t.datetime "attachment_updated_at" t.integer "attachment_width" t.integer "attachment_height" + t.text "alt" end add_index "assets", ["viewable_id"], :name => "index_assets_on_viewable_id" add_index "assets", ["viewable_type", "type"], :name => "index_assets_on_viewable_type_and_type"