mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
cache character end point - update reply count/thread reply id
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
defmodule MyApp.Repo.Migrations.ThreadReplyCount do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
alter table(:thread) do
|
||||
add :reply_count, :integer
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user