Class: UpdateQueueClassic302
- Inherits:
-
Object
- Object
- UpdateQueueClassic302
- Defined in:
- lib/generators/queue_classic/templates/update_queue_classic_3_0_2.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
8 9 10 11 12 |
# File 'lib/generators/queue_classic/templates/update_queue_classic_3_0_2.rb', line 8 def self.down # This migration is fixing a bug, so we don't want to do anything here. # I didn't want to make it irreversible either, as it could prevent # rolling back other, unrelated, stuff. end |
.up ⇒ Object
4 5 6 |
# File 'lib/generators/queue_classic/templates/update_queue_classic_3_0_2.rb', line 4 def self.up QC::Setup.update_to_3_0_0 end |