chore: fix test bad identity

This commit is contained in:
Zach Daniel 2023-06-27 19:14:23 -04:00
parent 4171ef851d
commit ce9ca1ced2

View file

@ -8,10 +8,6 @@ defmodule AshPostgres.Test.Author do
repo(AshPostgres.TestRepo)
end
identities do
identity(:unique_profile, :profile_id)
end
attributes do
uuid_primary_key(:id, writable?: true)
attribute(:first_name, :string)