Skip to content

Commit

Permalink
ar(fix) [DPCP-NAN]: schemas FY
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jan 7, 2025
1 parent 8d6eb10 commit 0389ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prisma/private/prisma/schema/__be-pii.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ model BeContact {
portfolios InvestPortfolios[] @relation("beContactPortfolios", fields: [portfoliosIds], references: [id])
portfoliosIds String[] @db.ObjectId
positions InvestPositions[] @relation("beContactReceivedLongs", fields: [positionsIds], references: [id])
positions InvestPositions[] @relation("beContactPositions", fields: [positionsIds], references: [id])
positionsIds String[] @db.ObjectId
// courtship
Expand Down

0 comments on commit 0389ca6

Please sign in to comment.