Skip to content

Commit f2ca8c7

Browse files
committed
Update DD
1 parent 866564e commit f2ca8c7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

ops/118.update-dd.sql

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Update DD
4+
-- @exportedAt: 2026-04-15T16:53:24.429Z
5+
-- @opIds: 6095, 6096
6+
7+
-- --- BEGIN op 6095 ( update regular_expression "Dolby Digital" )
8+
update "regular_expressions" set "pattern" = '\bDD[^a-z+]|(?<!e-?)ac-?3' where "name" = 'Dolby Digital' and "pattern" = '\bDD[^a-z+]|(?<!e)ac3';
9+
-- --- END op 6095
10+
11+
-- --- BEGIN op 6096 ( update regular_expression "Dolby Digital" )
12+
update "regular_expressions" set "pattern" = '\bDD[^a-z+]|(?<!e-?)\b(ac-?3)\b' where "name" = 'Dolby Digital' and "pattern" = '\bDD[^a-z+]|(?<!e-?)ac-?3';
13+
-- --- END op 6096

0 commit comments

Comments
 (0)