socialforge/db/migrate/20161222033007_update_mail_...

8 lines
92 B
Ruby
Raw Normal View History

2016-12-22 14:47:42 +08:00
class UpdateMailNotification < ActiveRecord::Migration
def up
end
def down
end
end