mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 21:00:03 +02:00
10 lines
315 B
SQL
10 lines
315 B
SQL
-- @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
|