Skip to content

Commit

Permalink
Revert "Ignore a bunch of old crap columns on User"
Browse files Browse the repository at this point in the history
This reverts commit a9d8bc2.
  • Loading branch information
NuckChorris committed Nov 10, 2024
1 parent c6f4837 commit 014e040
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@
# fk_rails_bc615464bf (pinned_post_id => posts.id)
#
class User < ApplicationRecord
self.ignored_columns += %w[
remember_created_at sign_in_count current_sign_in_at last_sign_in_at recommendations_up_to_date
ninja_banned last_recommendations_update dropbox_token dropbox_secret approved_edit_count
rejected_edit_count last_backup import_status import_from import_error ip_addresses
]

include AvatarUploader::Attachment(:avatar)
include CoverImageUploader::Attachment(:cover_image)

Expand Down

0 comments on commit 014e040

Please sign in to comment.