mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 02:30:02 +02:00
More Radarr Side Drift Fixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
-- @operation: export
|
||||||
|
-- @entity: batch
|
||||||
|
-- @name: More Radarr Side Drift Fixes
|
||||||
|
-- @exportedAt: 2026-07-07T01:01:52.755Z
|
||||||
|
-- @opIds: 12240, 12241
|
||||||
|
|
||||||
|
-- --- BEGIN op 12240 ( update custom_format "Internal 2" )
|
||||||
|
update "custom_formats" set "name" = 'Internal 2' where "name" = 'INTERNAL';
|
||||||
|
-- --- END op 12240
|
||||||
|
|
||||||
|
-- --- BEGIN op 12241 ( update custom_format "Internal" )
|
||||||
|
update "custom_formats" set "name" = 'Internal' where "name" = 'Internal 2';
|
||||||
|
-- --- END op 12241
|
||||||
Reference in New Issue
Block a user