From c31e28a930ef869000e4a4cf41ecfeda06b14f13 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 17 Jul 2026 22:34:38 +0000 Subject: [PATCH] Change SQP-4 MA Hybrid Min Score --- ops/103.change-sqp-4-ma-hybrid-min-score.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/103.change-sqp-4-ma-hybrid-min-score.sql diff --git a/ops/103.change-sqp-4-ma-hybrid-min-score.sql b/ops/103.change-sqp-4-ma-hybrid-min-score.sql new file mode 100644 index 0000000..8a544dd --- /dev/null +++ b/ops/103.change-sqp-4-ma-hybrid-min-score.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Change SQP-4 MA Hybrid Min Score +-- @exportedAt: 2026-07-17T22:34:37.442Z +-- @opIds: 12369 + +-- --- BEGIN op 12369 ( update quality_profile "SQP-4 (MA Hybrid)" ) +update "quality_profiles" set "minimum_custom_format_score" = 3030 where "name" = 'SQP-4 (MA Hybrid)' and "minimum_custom_format_score" = 3070; +-- --- END op 12369