making funds work better and some refactor
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m21s

This commit is contained in:
2026-03-18 22:07:21 -04:00
parent 1ab8763089
commit 39dd864245
8 changed files with 262 additions and 121 deletions
+1
View File
@@ -20,6 +20,7 @@ model User {
updatedAt DateTime @updatedAt
isFund Boolean @default(false)
isHidden Boolean @default(false) // hidden from leaderboards and public listings
positions Position[]
trades Trade[]