Skip to content

Commit 115436e

Browse files
committed
Tweak AV1 to Prevent Duplicate Drift
1 parent e8f815f commit 115436e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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: Tweak AV1 to Prevent Duplicate Drift
4+
-- @exportedAt: 2026-06-30T02:50:27.225Z
5+
-- @opIds: 11446
6+
7+
-- --- BEGIN op 11446 ( update regular_expression "AV1" )
8+
update "regular_expressions" set "pattern" = '\bAV1\b' where "name" = 'AV1' and "pattern" = '\b(AV1)\b';
9+
-- --- END op 11446

0 commit comments

Comments
 (0)