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