DEV: Stop ignoring bookmarks.delete_when_reminder_sent (#14264)

This was ignored a long time ago in
8dc3543134
This commit is contained in:
Martin Brennan 2021-09-07 12:38:18 +10:00 committed by GitHub
parent 9f36d8ad43
commit d429dcfaca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
# frozen_string_literal: true
class Bookmark < ActiveRecord::Base
self.ignored_columns = [
"delete_when_reminder_sent" # TODO(2021-07-22): remove
]
belongs_to :user
belongs_to :post
belongs_to :topic