We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebb9a1 commit c1f2709Copy full SHA for c1f2709
1 file changed
ops/194.add-hdscr-to-cam-regex.sql
@@ -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