Skip to content

Commit

Permalink
feat: added assetProceeds to internal listener
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed May 7, 2024
1 parent 57cbc31 commit 8f438d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ model RWAPortfolioAsset {
balance Float?
currency String?
assetType String
assetProceeds Float?
portfolio RWAPortfolio @relation(fields: [portfolioId], references: [id], onDelete: Cascade)
fixedIncomeType RWAPortfolioFixedIncomeType? @relation(fields: [fixedIncomeTypeId, portfolioId], references: [id, portfolioId])
spv RWAPortfolioSpv? @relation(fields: [spvId, portfolioId], references: [id, portfolioId])
Expand Down

0 comments on commit 8f438d2

Please sign in to comment.