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 497f301 commit 91ab04bCopy full SHA for 91ab04b
1 file changed
internal-packages/database/prisma/schema.prisma
@@ -419,12 +419,8 @@ model Project {
419
onboardingData Json?
420
taskScheduleInstances TaskScheduleInstance[]
421
metricsDashboards MetricsDashboard[]
422
- <<<<<<< ours
423
llmModels LlmModel[]
424
- ||||||| ancestor
425
- =======
426
errorGroupStates ErrorGroupState[]
427
- >>>>>>> theirs
428
}
429
430
enum ProjectVersion {
@@ -2689,7 +2685,7 @@ model ErrorGroupState {
2689
2685
2690
2686
/// Total occurrence count at the time the error was ignored (from ClickHouse).
2691
2687
/// Used with ignoredUntilTotalOccurrences to compute occurrences since ignoring.
2692
- ignoredAtOccurrenceCount BigInt?
2688
+ ignoredAtOccurrenceCount BigInt?
2693
2694
/**
2695
* Error was ignored at this date
0 commit comments