From 260c6494fdae172e5809d43c7b9eba942432aa34 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Mon, 13 Apr 2026 13:42:44 -0500 Subject: [PATCH] Update Optional Streaming Services CF Tags --- ...date-optional-streaming-services-cf-tags.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ops/8.update-optional-streaming-services-cf-tags.sql diff --git a/ops/8.update-optional-streaming-services-cf-tags.sql b/ops/8.update-optional-streaming-services-cf-tags.sql new file mode 100644 index 0000000..4f33790 --- /dev/null +++ b/ops/8.update-optional-streaming-services-cf-tags.sql @@ -0,0 +1,17 @@ +-- @operation: export +-- @entity: batch +-- @name: Update Optional Streaming Services CF Tags +-- @exportedAt: 2026-04-13T18:42:43.294Z +-- @opIds: 5965, 5966 + +-- --- BEGIN op 5965 ( update custom_format "UHD Streaming Boost" ) +insert into "tags" ("name") values ('Optional Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('UHD Streaming Boost', 'Optional Streaming Services'); +-- --- END op 5965 + +-- --- BEGIN op 5966 ( update custom_format "HD Streaming Boost" ) +insert into "tags" ("name") values ('Optional Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('HD Streaming Boost', 'Optional Streaming Services'); +-- --- END op 5966