diff --git a/ops/52.change-sdr-name-to-prevent-drift-issues.sql b/ops/52.change-sdr-name-to-prevent-drift-issues.sql new file mode 100644 index 0000000..73503ac --- /dev/null +++ b/ops/52.change-sdr-name-to-prevent-drift-issues.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Change SDR Name to Prevent Drift Issues +-- @exportedAt: 2026-07-11T00:11:16.201Z +-- @opIds: 12332 + +-- --- BEGIN op 12332 ( update custom_format "SDR (2160p)" ) +update "custom_formats" set "name" = 'SDR (2160p)' where "name" = 'SDR'; +-- --- END op 12332