Commit 3c48c5ec authored by Adam Hegyi's avatar Adam Hegyi

Remove `ignore_column` for users.bio

This commit finalizes the deletion of users.bio column. The
`ignore_column` call is removed from the User model.
parent 80ca9033
......@@ -71,8 +71,6 @@ class User < ApplicationRecord
MINIMUM_INACTIVE_DAYS = 180
ignore_column :bio, remove_with: '13.4', remove_after: '2020-09-22'
# Override Devise::Models::Trackable#update_tracked_fields!
# to limit database writes to at most once every hour
# rubocop: disable CodeReuse/ServiceClass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment