mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-03-06 15:55:25 +00:00
server - remove content from thread - store in replies
This commit is contained in:
@@ -11,7 +11,7 @@ defmodule MyApp.Data.Reply do
|
||||
field :thread_id, :integer # references :thread
|
||||
field :content, :string
|
||||
field :edited, :boolean, default: false
|
||||
field :quote, :boolean, default: false
|
||||
field :quote_id, :integer
|
||||
timestamps()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user