Change SQP-4 MA Hybrid Min Score

This commit is contained in:
Seraphys
2026-07-17 22:34:38 +00:00
parent b7e83958f8
commit c31e28a930
@@ -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