From 2c805bf3db21d03fd1541244f98b79db1df02c39 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Tue, 28 Apr 2026 12:46:53 -0500 Subject: [PATCH] Conflict Test --- ops/130.conflict-test.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/130.conflict-test.sql diff --git a/ops/130.conflict-test.sql b/ops/130.conflict-test.sql new file mode 100644 index 00000000..f3aac5d3 --- /dev/null +++ b/ops/130.conflict-test.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: Conflict Test +-- @exportedAt: 2026-04-28T17:46:51.606Z +-- @opIds: 8043 + +-- --- BEGIN op 8043 ( update custom_format "AAC" ) +update "custom_formats" set "description" = 'Matches ''AAC'' Regex Pattern and negates any other audio types that might conflict' where "name" = 'AAC' and "description" = 'Matches ''AAC'' Regex Pattern and negates any other audio types that might conflict.'; +-- --- END op 8043