mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added job_owner and 'description' to delayed_job to show on the tournament show page
This commit is contained in:
6
db/migrate/20191126174257_add_owner_to_jobs.rb
Normal file
6
db/migrate/20191126174257_add_owner_to_jobs.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddOwnerToJobs < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :delayed_jobs, :job_owner_id, :integer
|
||||
add_column :delayed_jobs, :job_owner_type, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user