#2096 course、forge的邮件通知系统,改为可以每日一报、一事一报、不报
parent
f139427f03
commit
c1ed8bd36d
@ -0,0 +1,8 @@
|
||||
class ChnageMailNotificationWeekToDay < ActiveRecord::Migration
|
||||
def up
|
||||
User.where(mail_notification: 'week').update_all(mail_notification: 'day')
|
||||
end
|
||||
|
||||
def down
|
||||
end
|
||||
end
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue