mirror of
https://github.com/Dictionarry-Hub/trash-pcd.git
synced 2026-06-23 11:43:48 +02:00
10 lines
307 B
SQL
10 lines
307 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Fix Imax Enhanced Naming
|
|
-- @exportedAt: 2026-05-21T16:16:14.316Z
|
|
-- @opIds: 10640
|
|
|
|
-- --- BEGIN op 10640 ( update custom_format "IMAX Enhanced" )
|
|
update "custom_formats" set "name" = 'IMAX Enhanced' where "name" = 'NOT: IMAX Enhanced';
|
|
-- --- END op 10640
|