mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-09-03 08:40:02 +02:00
10 lines
296 B
SQL
10 lines
296 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Fix Theatrical Name
|
|
-- @exportedAt: 2026-07-07T02:17:36.414Z
|
|
-- @opIds: 12317
|
|
|
|
-- --- BEGIN op 12317 ( update custom_format "Theatrical Cut" )
|
|
update "custom_formats" set "name" = 'Theatrical Cut' where "name" = 'Theatrical';
|
|
-- --- END op 12317
|