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 f2256ce commit a68e6ecCopy full SHA for a68e6ec
1 file changed
ops/206.tighten-basic-hdr-formats-regex.sql
@@ -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