mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: update prisma schema and path
This commit is contained in:
parent
67afadec4e
commit
867772d7ec
2 changed files with 2 additions and 2 deletions
|
|
@ -73,6 +73,6 @@
|
|||
}
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "./prisma"
|
||||
"schema": "./prisma/schema.prisma"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ generator client {
|
|||
provider = "prisma-client-js"
|
||||
output = "client"
|
||||
moduleFormat = "esm"
|
||||
previewFeatures = ["prismaSchemaFolder", "fullTextSearchPostgres"]
|
||||
previewFeatures = ["fullTextSearchPostgres"]
|
||||
}
|
||||
|
||||
datasource db {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue