Sha256: f92cafe2ba5d54bcf49e01940f1cf17e589db4c33ae4ade0c2ee3630c323e0a4

Contents?: true

Size: 1.72 KB

Versions: 10

Compression:

Stored size: 1.72 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 to check this file into your version control system.

ActiveRecord::Schema.define(:version => 20111213032010) do

  create_table "delayed_jobs", :force => true do |t|
    t.integer  "priority",   :default => 0
    t.integer  "attempts",   :default => 0
    t.text     "handler"
    t.text     "last_error"
    t.datetime "run_at"
    t.datetime "locked_at"
    t.datetime "failed_at"
    t.string   "locked_by"
    t.datetime "created_at"
    t.datetime "updated_at"
    t.string   "job_name"
  end

  add_index "delayed_jobs", ["failed_at", "attempts"], :name => "index_delayed_jobs_on_failed_at_and_attempts"
  add_index "delayed_jobs", ["failed_at"], :name => "index_delayed_jobs_on_failed_at"
  add_index "delayed_jobs", ["job_name"], :name => "index_delayed_jobs_on_job_name"
  add_index "delayed_jobs", ["locked_at", "failed_at"], :name => "index_delayed_jobs_on_locked_at_and_failed_at"
  add_index "delayed_jobs", ["locked_at"], :name => "index_delayed_jobs_on_locked_at"
  add_index "delayed_jobs", ["priority", "run_at"], :name => "altered_delayed_jobs_priority"

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
dj_dashboard-0.0.8.7 test/dummy/db/schema.rb
dj_dashboard-0.0.8.6 test/dummy/db/schema.rb
dj_dashboard-0.0.8.5 test/dummy/db/schema.rb
dj_dashboard-0.0.8.4 test/dummy/db/schema.rb
dj_dashboard-0.0.8.3 test/dummy/db/schema.rb
dj_dashboard-0.0.8.2 test/dummy/db/schema.rb
dj_dashboard-0.0.8.1 test/dummy/db/schema.rb
dj_dashboard-0.0.8 test/dummy/db/schema.rb
dj_dashboard-0.0.7 test/dummy/db/schema.rb
dj_dashboard-0.0.6 test/dummy/db/schema.rb