From 69735ba8c600ee0c67d1b9b0a2ea93077f57908b Mon Sep 17 00:00:00 2001 From: Seraphys <156842860+xshatterx@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:08:42 -0500 Subject: [PATCH] Delete ops/126.fix-hdr.sql --- ops/126.fix-hdr.sql | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ops/126.fix-hdr.sql diff --git a/ops/126.fix-hdr.sql b/ops/126.fix-hdr.sql deleted file mode 100644 index 12dfabdf..00000000 --- a/ops/126.fix-hdr.sql +++ /dev/null @@ -1,15 +0,0 @@ --- @operation: export --- @entity: batch --- @name: Fix HDR --- @exportedAt: 2026-04-26T07:51:11.898Z --- @opIds: 7843 - --- --- BEGIN op 7843 ( update custom_format "HDR10" ) -DELETE FROM custom_format_conditions - WHERE custom_format_name = 'HDR10' - AND name = 'Not HDR10+' - AND type = 'release_title' - AND arr_type = 'all' - AND negate = 1 - AND required = 1; --- --- END op 7843