Add the possibility to disable weekly email notifications (instructeur) && rename the column email_notifications_enabled to daily_email_notification_enabled
This commit is contained in:
parent
35b608fb7d
commit
0b8a59d5e9
6 changed files with 33 additions and 8 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddWeeklyEmailNotificationsToAssignTos < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :assign_tos, :weekly_email_notifications_enabled, :boolean, default: true, null: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue