Skip to content

Commit

Permalink
fix group relation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmintey committed Dec 3, 2024
1 parent 993a630 commit c432be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ model Group {
UserGroupMembership UserGroupMembership[]
Item Item[]
publicLists PublicList[]
List List[]
lists List[]
@@map("group")
}
Expand Down

0 comments on commit c432be7

Please sign in to comment.