Files
database/ops/90.update-asl-regex.sql
2026-03-11 16:56:52 -05:00

10 lines
335 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Update ASL Regex
-- @exportedAt: 2026-03-11T21:56:50.998Z
-- @opIds: 2976
-- --- BEGIN op 2976 ( update regular_expression "ASL" )
update "regular_expressions" set "pattern" = '\b(ASL|BSL|Audio[ ._-]Description)\b' where "name" = 'ASL' and "pattern" = '\b(ASL)\b';
-- --- END op 2976