diff --git a/lib/chiya/notes/note.ex b/lib/chiya/notes/note.ex index 42c14ab..b29e149 100644 --- a/lib/chiya/notes/note.ex +++ b/lib/chiya/notes/note.ex @@ -10,7 +10,7 @@ defmodule Chiya.Notes.Note do field :content, :string field :kind, Ecto.Enum, - values: [:post, :bookmark], + values: [:post, :bookmark, :recipe], default: :post field :name, :string