From 9269002852e80d12031a9f2a6c49761fa4370867 Mon Sep 17 00:00:00 2001 From: franz Date: Mon, 4 Dec 2023 13:22:10 +0100 Subject: [PATCH] we can have duplicate stakingGauges in the list, will be filtered --- modules/vebal/vebal.prisma | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/vebal/vebal.prisma b/modules/vebal/vebal.prisma index c4b1b3a0f..df28431b5 100644 --- a/modules/vebal/vebal.prisma +++ b/modules/vebal/vebal.prisma @@ -27,7 +27,6 @@ enum PrismaVotingGaugeStatus { model PrismaVotingGauge { @@id([id, chain]) - @@unique([stakingGaugeId, chain]) id String chain Chain