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 6e45a7f commit f4b38a9Copy full SHA for f4b38a9
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