Skip to content

Commit

Permalink
we can have duplicate stakingGauges in the list, will be filtered
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 4, 2023
1 parent 2a93aa9 commit 9269002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/vebal/vebal.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ enum PrismaVotingGaugeStatus {

model PrismaVotingGauge {
@@id([id, chain])
@@unique([stakingGaugeId, chain])
id String
chain Chain
Expand Down

0 comments on commit 9269002

Please sign in to comment.