mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-05-04 17:33:33 +02:00
Update French Streaming Services Tags
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: Update French Streaming Services Tags
|
||||||
|
-- @exportedAt: 2026-04-13T18:32:42.830Z
|
||||||
|
-- @opIds: 5881, 5882, 5883
|
||||||
|
|
||||||
|
-- --- BEGIN op 5881 ( 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 5881
|
||||||
|
|
||||||
|
-- --- BEGIN op 5882 ( 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 5882
|
||||||
|
|
||||||
|
-- --- BEGIN op 5883 ( 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 5883
|
||||||
Reference in New Issue
Block a user