Files
trash/ops/50.sonarr-side-drift-fixes.sql
2026-07-07 01:29:10 +00:00

10 lines
387 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Sonarr Side Drift Fixes
-- @exportedAt: 2026-07-07T01:29:09.033Z
-- @opIds: 12259
-- --- BEGIN op 12259 ( update regular_expression "Scrambled (Sonarr)" )
update "regular_expressions" set "pattern" = '(?<=\bS\d+\b).*(Scrambled)\b' where "name" = 'Scrambled (Sonarr)' and "pattern" = '(?<=\bS\\d+\b).*(Scrambled)\b';
-- --- END op 12259