diff --git a/ops/139.tweak-dual-audio-regex.sql b/ops/139.tweak-dual-audio-regex.sql new file mode 100644 index 00000000..470f811c --- /dev/null +++ b/ops/139.tweak-dual-audio-regex.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Tweak Dual Audio Regex +-- @exportedAt: 2026-05-07T22:13:14.396Z +-- @opIds: 8745 + +-- --- BEGIN op 8745 ( update regular_expression "Dual Audio" ) +update "regular_expressions" set "pattern" = '\bDual[ ._-]?(Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b' where "name" = 'Dual Audio' and "pattern" = '\bDual[ ._-]?(?:Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b'; +-- --- END op 8745