update: include AMZN custom format in renames

This commit is contained in:
Sam Chau
2026-01-31 10:52:57 +10:30
parent 00bd245bd7
commit ad552326d7

View File

@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: update: include AMZN custom format in renames
-- @exportedAt: 2026-01-31T00:22:56.654Z
-- @opIds: 436
-- --- BEGIN op 436 ( update custom_format "AMZN" )
update "custom_formats" set "include_in_rename" = 1 where "name" = 'AMZN' and "include_in_rename" = 0;
-- --- END op 436