chris@37: # Patch the data from a boolean change. chris@37: class UpdateMailNotificationValues < ActiveRecord::Migration chris@37: def self.up Chris@119: # No-op Chris@119: # See 20100129193402_change_users_mail_notification_to_string.rb chris@37: end chris@37: chris@37: def self.down chris@37: # No-op chris@37: end chris@37: end