mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove bookmark column ignores (#19838)
These columns were deleted in f8f55cef67
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user