We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866564e commit f2ca8c7Copy full SHA for f2ca8c7
1 file changed
ops/118.update-dd.sql
@@ -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