test/dummy/db/schema.rb in shoppe-0.0.12 vs test/dummy/db/schema.rb in shoppe-0.0.13

- 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 that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20131020204719) do +ActiveRecord::Schema.define(version: 20131021135208) do create_table "nifty_attachments", force: true do |t| t.integer "parent_id" t.string "parent_type" t.string "token" @@ -112,9 +112,10 @@ t.integer "rejected_by" t.string "ip_address" t.string "payment_reference" t.string "payment_method" t.decimal "delivery_cost_price", precision: 8, scale: 2 + t.text "notes" end create_table "shoppe_product_attributes", force: true do |t| t.integer "product_id" t.string "key"