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 94503d6 commit 6557785Copy full SHA for 6557785
1 file changed
ops/111.update-3d-regex.sql
@@ -0,0 +1,9 @@
1
+-- @operation: export
2
+-- @entity: batch
3
+-- @name: Update 3D Regex
4
+-- @exportedAt: 2026-03-25T01:18:22.810Z
5
+-- @opIds: 3592
6
+
7
+-- --- BEGIN op 3592 ( update regular_expression "3D" )
8
+update "regular_expressions" set "pattern" = '(?<=\b[12]\d{3}\b).*\b((Bluray|BD)?3D|SBS|H[- .]?OU|H[- .]?SBS|Half[ .-]?OU|Half[ .-]?SBS)\b' where "name" = '3D' and "pattern" = '(?<=\b[12]\d{3}\b).*\b((bluray|bd)?3d|sbs|half[ .-]ou|half[ .-]sbs)\b';
9
+-- --- END op 3592
0 commit comments