1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 07:48:29 +00:00

Made delayed_jobs handler column a longtext

This commit is contained in:
2019-04-19 22:49:37 -04:00
parent af9bec97af
commit 22e63d3e92
2 changed files with 8 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: 2019_04_19_142230) do
ActiveRecord::Schema.define(version: 2019_04_20_021620) do
create_table "delayed_jobs", force: :cascade do |t|
t.integer "priority", default: 0, null: false