Skip to content

Commit 05ea2c8

Browse files
committed
Fix Rose3Thorn and pcroland
1 parent ac88a28 commit 05ea2c8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Fix Rose3Thorn and pcroland
4+
-- @exportedAt: 2026-03-22T21:42:28.435Z
5+
-- @opIds: 3584, 3585
6+
7+
-- --- BEGIN op 3584 ( update regular_expression "pcroland" )
8+
update "regular_expressions" set "pattern" = '(?<=^|[\s.-])pcroland\b' where "name" = 'pcroland' and "pattern" = '(?<=^|[\s.-])Softboat\b';
9+
-- --- END op 3584
10+
11+
-- --- BEGIN op 3585 ( update custom_format "1080p Quality Tier 5" )
12+
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
13+
VALUES ('1080p Quality Tier 5', 'Rose3Thorn', 'release_group', 'all', 0, 0);
14+
15+
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('1080p Quality Tier 5', 'Rose3Thorn', 'Rose3Thorn');
16+
-- --- END op 3585

0 commit comments

Comments
 (0)