mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-02 04:12:18 +00:00
Updated migrations to support new rails version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateDelayedJobs < ActiveRecord::Migration
|
||||
class CreateDelayedJobs < ActiveRecord::Migration[4.2]
|
||||
def self.up
|
||||
create_table :delayed_jobs, force: true do |table|
|
||||
table.integer :priority, default: 0, null: false # Allows some jobs to jump to the front of the queue
|
||||
|
||||
Reference in New Issue
Block a user