This commit is contained in:
2025-07-08 18:19:11 +08:00
parent 728ae270a4
commit b928135faf

View File

@@ -7,7 +7,7 @@ generator client {
datasource db {
provider = "sqlite"
url = file:/app/prisma/data.db
url = "file:/app/prisma/data.db"
}
model User {