From f232eed2ef9f7733977466a1e77c3089eda4a9a8 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sat, 11 Jul 2026 00:11:11 +0000 Subject: [PATCH] Change SDR Name to Prevent Drift Issues --- ops/72.change-sdr-name-to-prevent-drift-issues.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/72.change-sdr-name-to-prevent-drift-issues.sql diff --git a/ops/72.change-sdr-name-to-prevent-drift-issues.sql b/ops/72.change-sdr-name-to-prevent-drift-issues.sql new file mode 100644 index 0000000..0cdbf21 --- /dev/null +++ b/ops/72.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:10.182Z +-- @opIds: 12331 + +-- --- BEGIN op 12331 ( update custom_format "SDR (2160p)" ) +update "custom_formats" set "name" = 'SDR (2160p)' where "name" = 'SDR'; +-- --- END op 12331