Add and install delayed_cron_job gem

This commit is contained in:
Mathieu Magnin 2017-09-26 11:32:34 +02:00 committed by Simon Lehericey
parent 608419701e
commit 8965c668d9
4 changed files with 15 additions and 1 deletions

View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20170926083816) do
ActiveRecord::Schema.define(version: 20170926092716) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -174,6 +174,7 @@ ActiveRecord::Schema.define(version: 20170926083816) do
t.string "queue"
t.datetime "created_at"
t.datetime "updated_at"
t.string "cron"
t.index ["priority", "run_at"], name: "delayed_jobs_priority", using: :btree
end