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 210aef4 commit 143e9daCopy full SHA for 143e9da
1 file changed
internal-packages/database/prisma/schema.prisma
@@ -2756,7 +2756,7 @@ model ErrorGroupState {
2756
2757
/// Total occurrence count at the time the error was ignored (from ClickHouse).
2758
/// Used with ignoredUntilTotalOccurrences to compute occurrences since ignoring.
2759
- ignoredAtOccurrenceCount BigInt?
+ ignoredAtOccurrenceCount BigInt?
2760
2761
/**
2762
* Error was ignored at this date
0 commit comments