We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61721b0 commit a6841d4Copy full SHA for a6841d4
1 file changed
internal-packages/database/prisma/schema.prisma
@@ -2875,7 +2875,7 @@ model ErrorGroupState {
2875
2876
/// Total occurrence count at the time the error was ignored (from ClickHouse).
2877
/// Used with ignoredUntilTotalOccurrences to compute occurrences since ignoring.
2878
- ignoredAtOccurrenceCount BigInt?
+ ignoredAtOccurrenceCount BigInt?
2879
2880
/**
2881
* Error was ignored at this date
0 commit comments