Skip to content

Commit 14b93a2

Browse files
committed
Drift Fixes
1 parent 97c03b3 commit 14b93a2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ops/202.drift-fixes.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: Drift Fixes
4+
-- @exportedAt: 2026-07-07T00:44:00.912Z
5+
-- @opIds: 12149
6+
7+
-- --- BEGIN op 12149 ( update regular_expression "VP9" )
8+
update "regular_expressions" set "pattern" = '\bVP9\b' where "name" = 'VP9' and "pattern" = '\b(VP9)\b';
9+
-- --- END op 12149

0 commit comments

Comments
 (0)