diff --git a/ops/207.update-cam-regex-to-include-more-variations-of-cam.sql b/ops/207.update-cam-regex-to-include-more-variations-of-cam.sql new file mode 100644 index 00000000..165c9805 --- /dev/null +++ b/ops/207.update-cam-regex-to-include-more-variations-of-cam.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Update CAM Regex to include more Variations of CAM +-- @exportedAt: 2026-07-12T22:53:19.947Z +-- @opIds: 12343 + +-- --- BEGIN op 12343 ( update regular_expression "CAM" ) +update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM[ ._-]?(Rip)?|DVD[ ._-]?(SCR(EENER)?)|HD[ ._-]?(CAM|SCR|TC|TS)|SCREENER|TELE(CINE|SYNC|WORKPRINT))\b)' where "name" = 'CAM' and "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM|HDSCR|HDTS|SCREENER|TELESYNC)\b)'; +-- --- END op 12343