From fbe4712bdb652f573098c1101fbe4fbce13c0892 Mon Sep 17 00:00:00 2001 From: Fernando Date: Sun, 25 May 2025 23:59:50 -0400 Subject: [PATCH] update db provider for neon --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 664aa3e..2f9c1be 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -6,7 +6,7 @@ generator client { } datasource db { - provider = "sqlite" + provider = "postgresql" // NOTE: When using mysql or sqlserver, uncomment the @db.Text annotations in model Account below // Further reading: // https://next-auth.js.org/adapters/prisma#create-the-prisma-schema