Add HDSCR to CAM Regex

This commit is contained in:
Seraphys
2026-07-01 19:10:26 +00:00
parent cebb9a1e72
commit c1f2709349
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Add HDSCR to CAM Regex
-- @exportedAt: 2026-07-01T19:10:25.207Z
-- @opIds: 11635
-- --- BEGIN op 11635 ( update regular_expression "CAM" )
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)';
-- --- END op 11635