Skip to content

Commit

Permalink
Remove timezone information
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 30, 2024
1 parent 06ed7d1 commit 9a5f005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a5f005

Please sign in to comment.