Fix Imax Enhanced Naming

This commit is contained in:
Seraphys
2026-05-21 11:16:15 -05:00
parent 5d677dfb3e
commit dd3f0270c5
+9
View File
@@ -0,0 +1,9 @@
-- @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