1
0
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:
2018-01-14 17:58:00 -06:00
parent 2584e6a379
commit d9d7f2d202
4 changed files with 17 additions and 43 deletions

View File

@@ -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