mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
Add HDSCR to CAM Regex
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user