Sha256: 7636eefdd86266c8ebab268010a60ca6c41320562978b8dfe7ff978359d0c0c5

Contents?: true

Size: 1.86 KB

Versions: 5

Compression:

Stored size: 1.86 KB

Contents

# 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: 20170801153911) do

  # These are extensions that must be enabled in order to support this database
  enable_extension "plpgsql"

  create_table "integration_pal_jobs", force: :cascade do |t|
    t.text "job_params"
    t.string "status"
    t.datetime "started_at"
    t.datetime "finished_at"
    t.string "progress"
    t.integer "worker_id"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
    t.string "error"
    t.text "backtrace"
  end

  create_table "integration_pal_tasks", force: :cascade do |t|
    t.integer "job_id"
    t.text "params"
    t.string "status"
    t.datetime "started_at"
    t.datetime "finished_at"
    t.float "progress"
    t.string "error"
    t.text "backtrace"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

  create_table "integration_pal_workers", force: :cascade do |t|
    t.string "name"
    t.string "access_id"
    t.string "secret_key"
    t.string "job_type"
    t.text "encrypted_settings"
    t.string "encrypted_settings_iv"
    t.datetime "created_at", null: false
    t.datetime "updated_at", null: false
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
integration_pal-0.2.3 spec/dummy/db/schema.rb
integration_pal-0.2.2 spec/dummy/db/schema.rb
integration_pal-0.2.1 spec/dummy/db/schema.rb
integration_pal-0.2.0 spec/dummy/db/schema.rb
integration_pal-0.1.6 spec/dummy/db/schema.rb