Add Softboat to 2160p Quality Tier 4

This commit is contained in:
Seraphys
2026-06-11 20:08:35 -05:00
parent 425f251977
commit 8f1ef28696
@@ -0,0 +1,12 @@
-- @operation: export
-- @entity: batch
-- @name: Add Softboat to 2160p Quality Tier 4
-- @exportedAt: 2026-06-12T01:08:34.475Z
-- @opIds: 10924
-- --- BEGIN op 10924 ( update custom_format "2160p Quality Tier 4" )
INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
VALUES ('2160p Quality Tier 4', 'Softboat', 'release_group', 'all', 0, 0);
INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('2160p Quality Tier 4', 'Softboat', 'Softboat');
-- --- END op 10924