From 189d85580545c554b9b6a2b09f6bda80b1b4590a Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 12 May 2026 13:44:18 -0500 Subject: [PATCH] Tweak Full Disc Conditions --- ops/146.tweak-full-disc-conditions.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ops/146.tweak-full-disc-conditions.sql diff --git a/ops/146.tweak-full-disc-conditions.sql b/ops/146.tweak-full-disc-conditions.sql new file mode 100644 index 00000000..98b438fd --- /dev/null +++ b/ops/146.tweak-full-disc-conditions.sql @@ -0,0 +1,12 @@ +-- @operation: export +-- @entity: batch +-- @name: Tweak Full Disc Conditions +-- @exportedAt: 2026-05-12T18:44:15.739Z +-- @opIds: 9116 + +-- --- BEGIN op 9116 ( update custom_format "Full Disc" ) +INSERT INTO custom_format_conditions (custom_format_name, name, type, arr_type, negate, required) +VALUES ('Full Disc', 'Not HDTV', 'source', 'all', 1, 1); + +INSERT INTO condition_sources (custom_format_name, condition_name, source) VALUES ('Full Disc', 'Not HDTV', 'television'); +-- --- END op 9116