Skip to content

Commit

Permalink
feat(prisma): 🚩 interactiveTransactions are no longer a preview feature
Browse files Browse the repository at this point in the history
Removed it frmo previewFeatures
  • Loading branch information
VermiumSifell committed Dec 13, 2022
1 parent c59feb9 commit 121ed77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"conventionalCommits.scopes": ["git", "github", "npm"]
"conventionalCommits.scopes": ["git", "github", "prisma"]
}
5 changes: 2 additions & 3 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl"]
previewFeatures = ["interactiveTransactions"]
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl"]
}

datasource db {
Expand Down

0 comments on commit 121ed77

Please sign in to comment.