Skip to content

Commit

Permalink
try 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haaksmash committed Oct 6, 2023
1 parent f4f7816 commit 26524c3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 218 deletions.
227 changes: 16 additions & 211 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.7",
"prisma": "^5.4.1",
"prisma-json-types-generator": "^3.0.1",
"prisma": "5.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@prisma/client": "^5.4.1"
"@prisma/client": "5.0.0"
},
"prisma": {
"seed": "ts-node --require tsconfig-paths/register prisma/seed.ts"
Expand Down
Binary file added prisma/dev.db
Binary file not shown.
Binary file added prisma/dev.db-journal
Binary file not shown.
4 changes: 0 additions & 4 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ generator client {
previewFeatures = ["postgresqlExtensions"]
}

generator json {
provider = "prisma-json-types-generator"
}

datasource db {
provider = "postgres"
url = env("DATABASE_URL")
Expand Down

0 comments on commit 26524c3

Please sign in to comment.