feat(prisma): 🚩 interactiveTransactions are no longer a preview feature
Removed it frmo previewFeatures
This commit is contained in:
parent
c59feb91a7
commit
121ed77042
2 changed files with 3 additions and 4 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -33,5 +33,5 @@
|
|||
"[prisma]": {
|
||||
"editor.defaultFormatter": "Prisma.prisma"
|
||||
},
|
||||
"conventionalCommits.scopes": ["git", "github", "npm"]
|
||||
"conventionalCommits.scopes": ["git", "github", "prisma"]
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue