add more post kinds for the future

This commit is contained in:
Inhji 2023-06-20 23:10:57 +02:00
parent 57fd3aea96
commit 8278630ef9

View file

@ -16,7 +16,7 @@ defmodule Chiya.Notes.Note do
field :content, :string
field :kind, Ecto.Enum,
values: [:post, :bookmark, :recipe],
values: [:post, :bookmark, :recipe, :like, :reply],
default: :post
field :name, :string