Skip to content

Commit

Permalink
chore(graph): disable relationJoins until we have updated nix' prisma…
Browse files Browse the repository at this point in the history
…-engines to newer version (#2693)
  • Loading branch information
alber70g authored Nov 25, 2024
1 parent a0dbf6d commit 2a073ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-bears-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/graph': patch
---

Disable `relationJoins` until nix' package for prisma-engines is updated
3 changes: 2 additions & 1 deletion packages/apps/graph/prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["views", "relationJoins"]
previewFeatures = ["views"]
// , "relationJoins"] disabled because nix prisma-engines isn't updated
}

generator pothos {
Expand Down

0 comments on commit 2a073ed

Please sign in to comment.