mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 10:02:49 +00:00
little bit of everything - it's been a long day
This commit is contained in:
@@ -15,7 +15,7 @@ defmodule MyApp.Data.User do
|
||||
field :character_class, :string
|
||||
field :character_realm, :string
|
||||
field :character_avatar, :string
|
||||
timestamps()
|
||||
timestamps(type: :utc_datetime)
|
||||
end
|
||||
|
||||
defp changeset(user, params \\ %{}) do
|
||||
|
||||
Reference in New Issue
Block a user