diff --git a/ops/64.update-german-lq.sql b/ops/64.update-german-lq.sql new file mode 100644 index 0000000..16d2b4a --- /dev/null +++ b/ops/64.update-german-lq.sql @@ -0,0 +1,27 @@ +-- @operation: export +-- @entity: batch +-- @name: Update German LQ +-- @exportedAt: 2026-08-28T20:28:14.824Z +-- @opIds: 13985, 13986 + +-- --- BEGIN op 13985 ( update custom_format "German LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'radarr' +WHERE custom_format_name = 'German LQ' + AND name = 'REEL' + AND type = 'release_group' + AND arr_type = 'all' + AND negate = 0 + AND required = 0; +-- --- END op 13985 + +-- --- BEGIN op 13986 ( update custom_format "German LQ" ) +UPDATE custom_format_conditions +SET arr_type = 'radarr' +WHERE custom_format_name = 'German LQ' + AND name = 'VideoStar' + AND type = 'release_group' + AND arr_type = 'all' + AND negate = 0 + AND required = 0; +-- --- END op 13986