Skip to content

Commit

Permalink
more sensible name for user wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Oct 31, 2024
1 parent 9106321 commit 6c85d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -2803,7 +2803,7 @@ model Scout {
agreedToTermsAt DateTime?
onboardedAt DateTime?
currentBalance Int @default(0)
scoutWallet ScoutWallet[]
wallets ScoutWallet[]
strikes BuilderStrike[]
events BuilderEvent[]
githubUser GithubUser[]
Expand Down

0 comments on commit 6c85d8e

Please sign in to comment.