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