prisma update

This commit is contained in:
koreacomp5
2025-11-01 11:38:25 +09:00
parent 187cb9b283
commit f84111b9cc
2 changed files with 3 additions and 1 deletions

View File

@@ -5,10 +5,12 @@ generator client {
provider = "prisma-client-js"
}
/*
generator erd {
provider = "prisma-erd-generator"
output = "../public/erd.svg"
}
*/
datasource db {
provider = "sqlite"

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 829 KiB

After

Width:  |  Height:  |  Size: 836 KiB