Skip to content

Commit

Permalink
Remove database-specific annotation from donatedOn field in Fundraisi…
Browse files Browse the repository at this point in the history
…ngEntryWithMeta view
  • Loading branch information
jthoward64 committed Dec 10, 2024
1 parent c3de579 commit 3b7a3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/prisma/schema/fundraising.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ view FundraisingEntryWithMeta {
amount Decimal?
donatedTo String?
donatedBy String?
donatedOn DateTime? @db.Date
donatedOn DateTime?
solicitationCodeText String?
batchType BatchType?
Expand Down

0 comments on commit 3b7a3f7

Please sign in to comment.