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.
2 parents 5e46514 + 90b7f61 commit 3ba8d8cCopy full SHA for 3ba8d8c
resources/schemas/dbscripts/postgresql/targetedms-25.004-25.005.sql
@@ -1,3 +1,9 @@
1
+DELETE FROM targetedms.QCMetricExclusion WHERE MetricId IN
2
+ (SELECT Id FROM targetedms.QCMetricConfiguration WHERE Series2QueryName IS NOT NULL);
3
+
4
+DELETE FROM targetedms.QCTraceMetricValues WHERE Metric IN
5
6
7
DELETE FROM targetedms.QCEnabledMetrics WHERE Metric IN
8
(SELECT Id FROM targetedms.QCMetricConfiguration WHERE Series2QueryName IS NOT NULL);
9
0 commit comments