Skip to content

Commit c0cdc52

Browse files
committed
Prevent Yogi Double Matching
1 parent 286e6ce commit c0cdc52

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Prevent Yogi Double Matching
4+
-- @exportedAt: 2026-03-18T03:20:13.732Z
5+
-- @opIds: 3011, 3012, 3013, 3014, 3015, 3016
6+
7+
-- --- BEGIN op 3011 ( update custom_format "1080p Efficient Movie Bluray Tier 1" )
8+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9+
VALUES ('1080p Efficient Movie Bluray Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
10+
11+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient Movie Bluray Tier 1', 'Not HONE', 'HONE');
12+
-- --- END op 3011
13+
14+
-- --- BEGIN op 3012 ( update custom_format "1080p Efficient Movie WEB Tier 1" )
15+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
16+
VALUES ('1080p Efficient Movie WEB Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
17+
18+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient Movie WEB Tier 1', 'Not HONE', 'HONE');
19+
-- --- END op 3012
20+
21+
-- --- BEGIN op 3013 ( update custom_format "1080p Efficient TV Bluray Tier 1" )
22+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
23+
VALUES ('1080p Efficient TV Bluray Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
24+
25+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient TV Bluray Tier 1', 'Not HONE', 'HONE');
26+
-- --- END op 3013
27+
28+
-- --- BEGIN op 3014 ( update custom_format "1080p Efficient TV WEB Tier 1" )
29+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
30+
VALUES ('1080p Efficient TV WEB Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
31+
32+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Efficient TV WEB Tier 1', 'Not HONE', 'HONE');
33+
-- --- END op 3014
34+
35+
-- --- BEGIN op 3015 ( update custom_format "2160p Efficient TV Bluray Tier 1" )
36+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
37+
VALUES ('2160p Efficient TV Bluray Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
38+
39+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('2160p Efficient TV Bluray Tier 1', 'Not HONE', 'HONE');
40+
-- --- END op 3015
41+
42+
-- --- BEGIN op 3016 ( update custom_format "2160p Efficient TV WEB Tier 1" )
43+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
44+
VALUES ('2160p Efficient TV WEB Tier 1', 'Not HONE', 'release_title', 'all', 1, 1);
45+
46+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('2160p Efficient TV WEB Tier 1', 'Not HONE', 'HONE');
47+
-- --- END op 3016

0 commit comments

Comments
 (0)