Skip to content

Commit f40b5da

Browse files
committed
Ban SM737 for Fake DV/HDR Layer
1 parent 1179909 commit f40b5da

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Ban SM737 for Fake DV/HDR Layer
4+
-- @exportedAt: 2026-02-24T21:51:21.291Z
5+
-- @opIds: 468, 469
6+
7+
-- --- BEGIN op 468 ( update regular_expression "SM737" )
8+
update "regular_expressions" set "description" = 'Banned for Fake DV/HDR Layer' where "name" = 'SM737' and "description" = '';
9+
10+
insert into "tags" ("name") values ('Banned') on conflict ("name") do nothing;
11+
12+
INSERT INTO regular_expression_tags (regular_expression_name, tag_name)
13+
SELECT name, 'Banned' FROM regular_expressions WHERE name IN ('SM737') LIMIT 1;
14+
-- --- END op 468
15+
16+
-- --- BEGIN op 469 ( update custom_format "Banned Groups (Efficient)" )
17+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
18+
VALUES ('Banned Groups (Efficient)', 'SM737', 'release_group', 'all', 0, 0);
19+
20+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('Banned Groups (Efficient)', 'SM737', 'SM737');
21+
-- --- END op 469

0 commit comments

Comments
 (0)