mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:17:08 +08:00
FIX: Ignore removed delete_when_reminder_sent bookmarks column
This commit is contained in:
parent
62f2e1f971
commit
8dc3543134
|
@ -1,6 +1,10 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user