We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8108eeb commit e522721Copy full SHA for e522721
1 file changed
ops/107.add-atelier-to-2160p-quality-tier-4.sql
@@ -0,0 +1,12 @@
1
+-- @operation: export
2
+-- @entity: batch
3
+-- @name: Add ATELiER to 2160p Quality Tier 4
4
+-- @exportedAt: 2026-03-22T16:33:48.083Z
5
+-- @opIds: 3065
6
+
7
+-- --- BEGIN op 3065 ( update custom_format "2160p Quality Tier 4" )
8
+INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required)
9
+VALUES ('2160p Quality Tier 4', 'ATELiER', 'release_group', 'all', 0, 0);
10
11
+INSERT INTO condition_patterns (custom_format_name, condition_name, regular_expression_name) VALUES ('2160p Quality Tier 4', 'ATELiER', 'ATELiER');
12
+-- --- END op 3065
0 commit comments