Sha256: 2b0ada5d2b0eb42f903db50d46f9fa9440c30ad37f6af42196bf7468025a26a2
Contents?: true
Size: 1.41 KB
Versions: 18
Compression:
Stored size: 1.41 KB
Contents
# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your # database schema. If you need to create the application database on another # system, you should be using db:schema:load, not running 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 that you check this file into your version control system. ActiveRecord::Schema.define(version: 20180302170138) do create_table "scheduled_tasks", force: :cascade do |t| t.string "scheduling" t.string "task" t.datetime "next_run" t.datetime "created_at", null: false t.datetime "updated_at", null: false t.datetime "last_run_start" t.datetime "last_run_successful_start" t.datetime "last_run_successful_end" t.datetime "last_run_unsuccessful_start" t.datetime "last_run_unsuccessful_end" t.integer "pid" t.string "args" t.string "last_fail_status" t.boolean "enabled", default: true, null: false end end
Version data entries
18 entries across 18 versions & 1 rubygems