Update schema.prisma

This commit is contained in:
Marcus Hof 2024-04-07 05:25:42 +02:00 committed by GitHub
parent 0e8dd90478
commit d6c1c75203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ generator client {
} }
datasource db { datasource db {
provider = "mysql" provider = "postgresql"
// NOTE: When using postgresql, mysql or sqlserver, uncomment the @db.Text annotations in model Account below // NOTE: When using postgresql, mysql or sqlserver, uncomment the @db.Text annotations in model Account below
// Further reading: // Further reading:
// https://next-auth.js.org/adapters/prisma#create-the-prisma-schema // https://next-auth.js.org/adapters/prisma#create-the-prisma-schema