diff --git a/ops/88.vostrf-rename-on.sql b/ops/88.vostrf-rename-on.sql new file mode 100644 index 0000000..1a9befe --- /dev/null +++ b/ops/88.vostrf-rename-on.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: VOSTRF Rename On +-- @exportedAt: 2026-08-28T20:55:21.707Z +-- @opIds: 14061 + +-- --- BEGIN op 14061 ( update custom_format "VOSTRF" ) +update "custom_formats" set "include_in_rename" = 1 where "name" = 'VOSTRF' and "include_in_rename" = 0; +-- --- END op 14061