spec/dummy/db/schema.rb in chaskiq-0.0.4 vs spec/dummy/db/schema.rb in chaskiq-0.0.5

- old
+ new

@@ -9,10 +9,10 @@ # 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: 20150402201729) do +ActiveRecord::Schema.define(version: 20150418050262) do create_table "chaskiq_attachments", force: :cascade do |t| t.string "image", limit: 255 t.string "content_type", limit: 255 t.integer "size", limit: 4