diff --git a/ops/12.update-french-streaming-services-cf-conditions.sql b/ops/12.update-french-streaming-services-cf-conditions.sql new file mode 100644 index 0000000..93cfeea --- /dev/null +++ b/ops/12.update-french-streaming-services-cf-conditions.sql @@ -0,0 +1,23 @@ +-- @operation: export +-- @entity: batch +-- @name: Update French Streaming Services CF Conditions +-- @exportedAt: 2026-04-11T23:45:34.772Z +-- @opIds: 5007, 5008, 5009 + +-- --- BEGIN op 5007 ( update custom_format "AUViO" ) +insert into "tags" ("name") values ('French Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('AUViO', 'French Streaming Services'); +-- --- END op 5007 + +-- --- BEGIN op 5008 ( update custom_format "MyCANAL" ) +insert into "tags" ("name") values ('French Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('MyCANAL', 'French Streaming Services'); +-- --- END op 5008 + +-- --- BEGIN op 5009 ( update custom_format "SALTO" ) +insert into "tags" ("name") values ('French Streaming Services') on conflict ("name") do nothing; + +INSERT INTO custom_format_tags (custom_format_name, tag_name) VALUES ('SALTO', 'French Streaming Services'); +-- --- END op 5009