mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-05-03 10:54:16 +02:00
Update French Streaming Services CF Conditions
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user