Skip to content

Commit 5da8c92

Browse files
committed
Fix HDR
1 parent 62edd64 commit 5da8c92

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

ops/126.fix-hdr.sql

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Fix HDR
4+
-- @exportedAt: 2026-04-26T07:51:11.898Z
5+
-- @opIds: 7843
6+
7+
-- --- BEGIN op 7843 ( update custom_format "HDR10" )
8+
DELETE FROM custom_format_conditions
9+
WHERE custom_format_name = 'HDR10'
10+
AND name = 'Not HDR10+'
11+
AND type = 'release_title'
12+
AND arr_type = 'all'
13+
AND negate = 1
14+
AND required = 1;
15+
-- --- END op 7843

0 commit comments

Comments
 (0)