feat: add destroy and update actions to task

This commit is contained in:
Moritz Böhme 2025-04-06 17:05:39 +02:00
parent 956c907545
commit efa5489225

View file

@ -5,7 +5,7 @@ defmodule Putzplan.Tasks.Task do
data_layer: AshSqlite.DataLayer
actions do
defaults [:read, create: :*]
defaults [:read, :destroy, create: :*, update: :*]
end
calculations do