Skip to content

Commit eb06587

Browse files
committed
Update Open Matte
1 parent 6557785 commit eb06587

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/112.update-open-matte.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 Open Matte
4+
-- @exportedAt: 2026-03-25T01:32:54.298Z
5+
-- @opIds: 3594
6+
7+
-- --- BEGIN op 3594 ( update regular_expression "Open Matte" )
8+
update "regular_expressions" set "pattern" = '\b(Open[ ._-]?Matte)\b' where "name" = 'Open Matte' and "pattern" = '\b(open.?matte)\b';
9+
-- --- END op 3594

0 commit comments

Comments
 (0)