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 62edd64 commit 5da8c92Copy full SHA for 5da8c92
1 file changed
ops/126.fix-hdr.sql
@@ -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