mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:32:44 +08:00
DEV: Remove bookmark column ignores (#19838)
These columns were deleted in f8f55cef67
This commit is contained in:
parent
29ef2cb550
commit
779b9add24
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user