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