We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 944c49d + 9e65a49 commit 16a7c38Copy full SHA for 16a7c38
1 file changed
Doppler.ReportingApi/Infrastructure/CampaignRepository.cs
@@ -65,6 +65,7 @@ AND C.[Status] IN (5,9,10)
65
AND C.[UTCScheduleDate] BETWEEN @startDate AND @endDate
66
AND C.[IdTestCampaign] IS NULL
67
AND C.[IdScheduledTask] IS NULL
68
+ AND C.Active = 1
69
UNION ALL
70
SELECT
71
S.[IdUser]
0 commit comments