mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 01:20:09 -04:00
Add 265 Requirement to UHD Bluray CF
This commit is contained in:
12
ops/60.add-265-requirement-to-uhd-bluray-cf.sql
Normal file
12
ops/60.add-265-requirement-to-uhd-bluray-cf.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Add 265 Requirement to UHD Bluray CF
|
||||
-- @exportedAt: 2026-02-20T23:18:11.359Z
|
||||
-- @opIds: 423
|
||||
|
||||
-- --- BEGIN op 423 ( update custom_format "UHD Bluray" )
|
||||
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
|
||||
VALUES ('UHD Bluray', 'x265', 'release_title', 'all', 0, 1);
|
||||
|
||||
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('UHD Bluray', 'x265', 'x265');
|
||||
-- --- END op 423
|
||||
Reference in New Issue
Block a user