bump prisma to 7

This commit is contained in:
fred 2026-01-28 08:12:06 -08:00
parent 081145f900
commit 96443b6afe
9 changed files with 815 additions and 117 deletions

View file

@ -1,6 +1,5 @@
datasource db {
provider = "postgresql"
url = env("DATABASE_URL")
}
generator client {