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 97c03b3 commit 14b93a2Copy full SHA for 14b93a2
1 file changed
ops/202.drift-fixes.sql
@@ -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