Skip to content

Commit 2c805bf

Browse files
committed
Conflict Test
1 parent ce27944 commit 2c805bf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/130.conflict-test.sql

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Conflict Test
4+
-- @exportedAt: 2026-04-28T17:46:51.606Z
5+
-- @opIds: 8043
6+
7+
-- --- BEGIN op 8043 ( update custom_format "AAC" )
8+
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.';
9+
-- --- END op 8043

0 commit comments

Comments
 (0)