mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-03 11:44:18 +02:00
Tweak PQ & HLG
This commit is contained in:
@@ -0,0 +1,45 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: Tweak PQ & HLG
|
||||||
|
-- @exportedAt: 2026-04-26T13:17:13.306Z
|
||||||
|
-- @opIds: 7972, 7973, 7974, 7975
|
||||||
|
|
||||||
|
-- --- BEGIN op 7972 ( update custom_format "HLG" )
|
||||||
|
DELETE FROM custom_format_conditions
|
||||||
|
WHERE custom_format_name = 'HLG'
|
||||||
|
AND name = 'Not HDR'
|
||||||
|
AND type = 'release_title'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 1
|
||||||
|
AND required = 1;
|
||||||
|
-- --- END op 7972
|
||||||
|
|
||||||
|
-- --- BEGIN op 7973 ( update custom_format "HLG" )
|
||||||
|
DELETE FROM custom_format_conditions
|
||||||
|
WHERE custom_format_name = 'HLG'
|
||||||
|
AND name = 'Not HDR10'
|
||||||
|
AND type = 'release_title'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 1
|
||||||
|
AND required = 1;
|
||||||
|
-- --- END op 7973
|
||||||
|
|
||||||
|
-- --- BEGIN op 7974 ( update custom_format "PQ" )
|
||||||
|
DELETE FROM custom_format_conditions
|
||||||
|
WHERE custom_format_name = 'PQ'
|
||||||
|
AND name = 'HDR'
|
||||||
|
AND type = 'release_title'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 1
|
||||||
|
AND required = 1;
|
||||||
|
-- --- END op 7974
|
||||||
|
|
||||||
|
-- --- BEGIN op 7975 ( update custom_format "PQ" )
|
||||||
|
DELETE FROM custom_format_conditions
|
||||||
|
WHERE custom_format_name = 'PQ'
|
||||||
|
AND name = 'Not HDR10'
|
||||||
|
AND type = 'release_title'
|
||||||
|
AND arr_type = 'all'
|
||||||
|
AND negate = 1
|
||||||
|
AND required = 1;
|
||||||
|
-- --- END op 7975
|
||||||
Reference in New Issue
Block a user