Skip to content

Commit 6557785

Browse files
committed
Update 3D Regex
1 parent 94503d6 commit 6557785

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/111.update-3d-regex.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: 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

Comments
 (0)