From 95e017efe52c689cad2af96454de85eebe84a12e Mon Sep 17 00:00:00 2001 From: Seraphys Date: Thu, 27 Aug 2026 20:48:16 +0000 Subject: [PATCH] Update MAX --- ops/313.update-max.sql | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ops/313.update-max.sql diff --git a/ops/313.update-max.sql b/ops/313.update-max.sql new file mode 100644 index 00000000..2f2a8485 --- /dev/null +++ b/ops/313.update-max.sql @@ -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