Files
dictionarry/ops/202.drift-fixes.sql
T
2026-07-07 00:44:02 +00:00

10 lines
304 B
SQL

-- @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