Skip to content

Commit 3ba8d8c

Browse files
Merge 25.12 to develop
2 parents 5e46514 + 90b7f61 commit 3ba8d8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/schemas/dbscripts/postgresql/targetedms-25.004-25.005.sql

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
(SELECT Id FROM targetedms.QCMetricConfiguration WHERE Series2QueryName IS NOT NULL);
6+
17
DELETE FROM targetedms.QCEnabledMetrics WHERE Metric IN
28
(SELECT Id FROM targetedms.QCMetricConfiguration WHERE Series2QueryName IS NOT NULL);
39

0 commit comments

Comments
 (0)