db/schema.rb in cyclid-0.2.3 vs db/schema.rb in cyclid-0.2.4

- old
+ new

@@ -9,18 +9,18 @@ # 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: 20160715161156) do +ActiveRecord::Schema.define(version: 20161218133843) do create_table "job_records", force: :cascade do |t| t.string "job_name" t.string "job_version" t.datetime "started" t.datetime "ended" t.integer "status" - t.text "log" + t.text "log", limit: 16777215 t.text "job" t.integer "organization_id" t.integer "user_id" end