Add LiveViews for DBI Servers.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-22 22:14:30 +02:00
parent e1169c1d82
commit b49b7c954c
5 changed files with 282 additions and 1 deletions
@@ -10,7 +10,17 @@ defmodule DecentralisedBookIndex.Metadata.DBIServer do
end
actions do
defaults [:read]
defaults [:read, :destroy]
create :create do
primary? true
accept [:name, :url]
end
update :update do
primary? true
accept [:name, :url]
end
end
attributes do