mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 14:17:20 +00:00
Removed delayed job and generate matches
This commit is contained in:
5
db/migrate/20150316131043_remove_delayed_jobs.rb
Normal file
5
db/migrate/20150316131043_remove_delayed_jobs.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RemoveDelayedJobs < ActiveRecord::Migration
|
||||
def change
|
||||
drop_table :delayed_jobs
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user