Enable Rename for Sonarr Side BW

This commit is contained in:
Seraphys
2026-08-28 20:50:01 +00:00
parent 65df3163a1
commit 97788b11ee
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Enable Rename for Sonarr Side BW
-- @exportedAt: 2026-08-28T20:50:00.632Z
-- @opIds: 14050
-- --- BEGIN op 14050 ( update custom_format "BW" )
update "custom_formats" set "include_in_rename" = 1 where "name" = 'BW' and "include_in_rename" = 0;
-- --- END op 14050