Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rbino committed Oct 15, 2024
1 parent 928dc8d commit 96d7b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/lib/edgehog/containers/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ defmodule Edgehog.Containers.Application do
timestamps()
end

identities do
identity :name, [:name]
end

postgres do
table "container_applications"
end
Expand Down

0 comments on commit 96d7b75

Please sign in to comment.