Class: AddCronToDelayedJobs
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- AddCronToDelayedJobs
- Defined in:
- lib/generators/delayed_job/templates/cron_migration.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
6 7 8 |
# File 'lib/generators/delayed_job/templates/cron_migration.rb', line 6 def self.down remove_column :delayed_jobs, :cron end |
.up ⇒ Object
2 3 4 |
# File 'lib/generators/delayed_job/templates/cron_migration.rb', line 2 def self.up add_column :delayed_jobs, :cron, :string end |