mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 22:20:01 +02:00
10 lines
413 B
SQL
10 lines
413 B
SQL
-- @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
|