Remove mail_notification column

pull/9800/head
Oliver Günther 3 years ago
parent ca38c4cef7
commit 89a4ef53a6
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 1
      db/migrate/20210618132206_add_notification_settings.rb

@ -23,6 +23,7 @@ class AddNotificationSettings < ActiveRecord::Migration[6.1]
end
remove_column :members, :mail_notification
remove_column :users, :mail_notification
end
def down

Loading…
Cancel
Save