remove email_notifications_enabled column because of the new daily_email_notifications_enabled

This commit is contained in:
kara Diaby 2020-02-27 11:09:19 +01:00
parent 4934a6359b
commit 4a70a7fcc8
9 changed files with 14 additions and 16 deletions

View file

@ -0,0 +1,5 @@
class RemoveEmailNotificationsEnabledFromAssignTos < ActiveRecord::Migration[5.2]
def change
remove_column :assign_tos, :email_notifications_enabled
end
end