Skip to content

Commit 1fedcc1

Browse files
committed
Add ELiTE to 1080p Efficient TV WEB Tier 5
1 parent 21164b2 commit 1fedcc1

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Add ELiTE to 1080p Efficient TV WEB Tier 5
4+
-- @exportedAt: 2026-06-25T19:41:00.400Z
5+
-- @opIds: 11349, 11350
6+
7+
-- --- BEGIN op 11349 ( update custom_format "1080p Efficient TV WEB Tier 5" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('1080p Efficient TV WEB Tier 5', 'HDTV', 'source', 'all', 0, 0);
10+
11+
INSERT INTO condition_sources (custom_format_name, condition_name, source) VALUES ('1080p Efficient TV WEB Tier 5', 'HDTV', 'television');
12+
-- --- END op 11349
13+
14+
-- --- BEGIN op 11350 ( update custom_format "1080p Efficient TV WEB Tier 5" )
15+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
16+
VALUES ('1080p Efficient TV WEB Tier 5', 'ELiTE', 'release_group', 'all', 0, 0);
17+
18+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient TV WEB Tier 5', 'ELiTE', 'ELiTE');
19+
-- --- END op 11350

0 commit comments

Comments
 (0)