Skip to content

Commit

Permalink
Remove user ignored_columns for dropped field
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 16, 2024
1 parent 0f11034 commit a3a8d83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/user.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# frozen_string_literal: true

class User < ApplicationRecord
# To be dropped in: https://github.com/18F/identity-idp/pull/10429
self.ignored_columns = [:remember_created_at]

include NonNullUuid

include ::NewRelic::Agent::MethodTracer
Expand Down

0 comments on commit a3a8d83

Please sign in to comment.