Skip to content

Commit a68e6ec

Browse files
committed
Tighten Basic HDR Formats Regex
1 parent f2256ce commit a68e6ec

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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: Tighten Basic HDR Formats Regex
4+
-- @exportedAt: 2026-07-11T00:31:57.232Z
5+
-- @opIds: 12341
6+
7+
-- --- BEGIN op 12341 ( update regular_expression "Basic HDR Formats" )
8+
update "regular_expressions" set "pattern" = '\bHDR(\b|\d)|\b(DV|Dovi|Dolby[ .]?Vision|HLG|PQ(10)?)\b' where "name" = 'Basic HDR Formats' and "pattern" = 'HDR|\b(DV|Dovi|Dolby[ .]?Vision|HLG|PQ(10)?)\b';
9+
-- --- END op 12341

0 commit comments

Comments
 (0)