diff --git a/web/web.ex b/web/web.ex index 375dccf..1b750fe 100644 --- a/web/web.ex +++ b/web/web.ex @@ -19,6 +19,7 @@ defmodule Asciinema.Web do def model do quote do use Ecto.Schema + @timestamps_opts inserted_at: :created_at import Ecto import Ecto.Changeset