Skip to content

Commit c1f2709

Browse files
committed
Add HDSCR to CAM Regex
1 parent cebb9a1 commit c1f2709

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/194.add-hdscr-to-cam-regex.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add HDSCR to CAM Regex
4+
-- @exportedAt: 2026-07-01T19:10:25.207Z
5+
-- @opIds: 11635
6+
7+
-- --- BEGIN op 11635 ( update regular_expression "CAM" )
8+
update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM|HDSCR|HDTS|SCREENER|TELESYNC)\b)' where "name" = 'CAM' and "pattern" = '(?<=\b[12]\d{3}\b).*(\b(CAM|HDTS|SCREENER|TELESYNC)\b)';
9+
-- --- END op 11635

0 commit comments

Comments
 (0)