Add timestamp fields to Ecto User schema
This commit is contained in:
parent
ea869eb59b
commit
8c68876d7d
@ -10,7 +10,7 @@ defmodule Asciinema.User do
|
|||||||
field :theme_name, :string
|
field :theme_name, :string
|
||||||
field :asciicasts_private_by_default, :boolean, default: true
|
field :asciicasts_private_by_default, :boolean, default: true
|
||||||
|
|
||||||
# timestamps()
|
timestamps()
|
||||||
end
|
end
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
|
Loading…
Reference in New Issue
Block a user