From 6e8a2bde7582fecea897b281c89126eb371589b2 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 11 Apr 2026 20:10:56 -0500 Subject: [PATCH] Update SHO Tag --- ops/21.update-sho-tag.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ops/21.update-sho-tag.sql diff --git a/ops/21.update-sho-tag.sql b/ops/21.update-sho-tag.sql new file mode 100644 index 0000000..b89a532 --- /dev/null +++ b/ops/21.update-sho-tag.sql @@ -0,0 +1,11 @@ +-- @operation: export +-- @entity: batch +-- @name: Update SHO Tag +-- @exportedAt: 2026-04-12T01:10:53.589Z +-- @opIds: 5564 + +-- --- BEGIN op 5564 ( update custom_format "SHO" ) +insert into "tags" ("name") values ('General Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('SHO', 'General Streaming Services'); +-- --- END op 5564