From 5857bed15ffbad97e5f00f52732f80ff74919ac4 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 2 Jun 2026 22:48:28 -0500 Subject: [PATCH] Remove Banned Groups (Release Title) --- ...171.remove-banned-groups-release-title.sql | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ops/171.remove-banned-groups-release-title.sql diff --git a/ops/171.remove-banned-groups-release-title.sql b/ops/171.remove-banned-groups-release-title.sql new file mode 100644 index 00000000..2d0aadb9 --- /dev/null +++ b/ops/171.remove-banned-groups-release-title.sql @@ -0,0 +1,21 @@ +-- @operation: export +-- @entity: batch +-- @name: Remove Banned Groups (Release Title) +-- @exportedAt: 2026-06-03T03:48:27.267Z +-- @opIds: 10909, 10910 + +-- --- BEGIN op 10909 ( update quality_profile "2160p Balanced" ) +DELETE FROM quality_profile_custom_formats +WHERE quality_profile_name = '2160p Balanced' + AND custom_format_name = 'Banned Groups (Release Title)' + AND arr_type = 'radarr' + AND score = -999999; +-- --- END op 10909 + +-- --- BEGIN op 10910 ( update quality_profile "2160p Balanced" ) +DELETE FROM quality_profile_custom_formats +WHERE quality_profile_name = '2160p Balanced' + AND custom_format_name = 'Banned Groups (Release Title)' + AND arr_type = 'sonarr' + AND score = -999999; +-- --- END op 10910