Update MAX

This commit is contained in:
Seraphys
2026-08-27 20:48:16 +00:00
parent 8ba8cc1614
commit 95e017efe5
+26
View File
@@ -0,0 +1,26 @@
-- @operation: export
-- @entity: batch
-- @name: Update MAX
-- @exportedAt: 2026-08-27T20:48:15.431Z
-- @opIds: 13807, 13808
-- --- BEGIN op 13807 ( update custom_format "MAX" )
DELETE FROM custom_format_conditions
WHERE custom_format_name = 'MAX'
AND name = 'MAX Rename Regex'
AND type = 'release_title'
AND arr_type = 'all'
AND negate = 0
AND required = 0;
-- --- END op 13807
-- --- BEGIN op 13808 ( update custom_format "MAX" )
UPDATE custom_format_conditions
SET required = 1
WHERE custom_format_name = 'MAX'
AND name = 'MAX Regex'
AND type = 'release_title'
AND arr_type = 'all'
AND negate = 0
AND required = 0;
-- --- END op 13808