Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
oops 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RealEthanPlayzDev committed Jan 6, 2024
1 parent 866821b commit a85cdb4
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 @@ -40,7 +40,7 @@ model ModerationCase {
Reason String
AttachmentProof String
Duration String @default("0")
CreatedAt DateTime @default(dbgenerated())
CreatedAt DateTime @default(now())
ActiveTempBans ActiveTempBans[]
}

Expand Down

0 comments on commit a85cdb4

Please sign in to comment.