From ad552326d7f1d9d4ef9b49939c2dd1e95047a8b9 Mon Sep 17 00:00:00 2001 From: Sam Chau Date: Sat, 31 Jan 2026 10:52:57 +1030 Subject: [PATCH] update: include AMZN custom format in renames --- ops/1.update-include-amzn-custom-format-in-renames.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/1.update-include-amzn-custom-format-in-renames.sql diff --git a/ops/1.update-include-amzn-custom-format-in-renames.sql b/ops/1.update-include-amzn-custom-format-in-renames.sql new file mode 100644 index 00000000..a4f3c049 --- /dev/null +++ b/ops/1.update-include-amzn-custom-format-in-renames.sql @@ -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