mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
Ignore the notification_id column
This commit is contained in:
parent
d075a79a9f
commit
773697df6a
@ -3,6 +3,7 @@
|
||||
module Chat
|
||||
class Mention < ActiveRecord::Base
|
||||
self.table_name = "chat_mentions"
|
||||
self.ignored_columns = ["notification_id"]
|
||||
|
||||
belongs_to :user
|
||||
belongs_to :chat_message, class_name: "Chat::Message"
|
||||
|
Loading…
x
Reference in New Issue
Block a user