DEV: Remove bookmark column ignores (#19838)

These columns were deleted in f8f55cef67
This commit is contained in:
Martin Brennan 2023-01-12 11:45:37 +10:00 committed by GitHub
parent 29ef2cb550
commit 779b9add24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,6 @@
# frozen_string_literal: true
class Bookmark < ActiveRecord::Base
self.ignored_columns = [
"post_id", # TODO (martin) (2022-08-01) remove
"for_topic", # TODO (martin) (2022-08-01) remove
]
cattr_accessor :registered_bookmarkables
self.registered_bookmarkables = []