devel #57

Merged
inhji merged 6 commits from devel into main 2023-04-10 19:19:07 +02:00
Showing only changes of commit f2116510b0 - Show all commits

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