class UpdateQueueClassic302

Public Class Methods

down() click to toggle source
# 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() click to toggle source
# 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