remove email_notifications_enabled column because of the new daily_email_notifications_enabled
This commit is contained in:
parent
4934a6359b
commit
4a70a7fcc8
9 changed files with 14 additions and 16 deletions
|
@ -0,0 +1,5 @@
|
|||
class RemoveEmailNotificationsEnabledFromAssignTos < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :assign_tos, :email_notifications_enabled
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue