add post kind recipe

This commit is contained in:
Inhji 2023-04-10 12:08:41 +02:00
parent 91535a8165
commit f2116510b0

View file

@ -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