mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
create thread migration
This commit is contained in:
@@ -9,6 +9,8 @@ defmodule MyApp.Data.User do
|
||||
schema "user" do
|
||||
field :battle_net_id, :integer
|
||||
field :battletag, :string
|
||||
|
||||
has_many :threads, Data.Thread
|
||||
timestamps()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user