From 9a5f00568ff9d197703fb05739029ac6013376e1 Mon Sep 17 00:00:00 2001 From: nickbar01234 Date: Tue, 30 Apr 2024 14:52:29 -0400 Subject: [PATCH] Remove timezone information --- prisma/schema.prisma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 7b102c5e..11de33fd 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -103,7 +103,7 @@ model Senior { model File { id String @id @default(auto()) @map("_id") @db.ObjectId - date DateTime // will zero out the hours + date DateTime @db.Date // will zero out the hours filetype String // Use with Google API