Drift Fixes

This commit is contained in:
Seraphys
2026-07-07 00:44:02 +00:00
parent 97c03b3dae
commit 14b93a297d
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Drift Fixes
-- @exportedAt: 2026-07-07T00:44:00.912Z
-- @opIds: 12149
-- --- BEGIN op 12149 ( update regular_expression "VP9" )
update "regular_expressions" set "pattern" = '\bVP9\b' where "name" = 'VP9' and "pattern" = '\b(VP9)\b';
-- --- END op 12149