2010-09-28 18:22:00 +00:00
|
|
|
# Patch the data from a boolean change.
|
|
|
|
class UpdateMailNotificationValues < ActiveRecord::Migration
|
|
|
|
def self.up
|
2010-11-20 09:55:06 +00:00
|
|
|
# No-op
|
|
|
|
# See 20100129193402_change_users_mail_notification_to_string.rb
|
2010-09-28 18:22:00 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def self.down
|
|
|
|
# No-op
|
|
|
|
end
|
|
|
|
end
|