From f2116510b08e58387f5af4e288e97f560ffb712b Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 10 Apr 2023 12:08:41 +0200 Subject: [PATCH] add post kind recipe --- lib/chiya/notes/note.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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