Skip to content

Commit

Permalink
fix(prisma): use binary engine for docker compat (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Dec 1, 2023
1 parent be7c4b3 commit 27219f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions formulaire/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ datasource db {

generator client {
provider = "prisma-client-js"
engineType = "binary"
}

model User {
Expand Down
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["fullTextSearch", "referentialActions"]
engineType = "binary"
}

datasource db {
Expand Down

0 comments on commit 27219f2

Please sign in to comment.