Files
trash/ops/134.fix-funi.sql
T
2026-08-28 22:07:19 +00:00

17 lines
383 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Fix FUNI
-- @exportedAt: 2026-08-28T22:07:18.440Z
-- @opIds: 14141
-- --- BEGIN op 14141 ( update custom_format "FUNi" )
UPDATE custom_format_conditions
SET arr_type = 'sonarr'
WHERE custom_format_name = 'FUNi'
AND name = 'WEB'
AND type = 'source'
AND arr_type = 'all'
AND negate = 0
AND required = 0;
-- --- END op 14141