Update ASL Regex

This commit is contained in:
Seraphys
2026-03-11 16:56:52 -05:00
parent 6b1749afd6
commit 6cf87bbc03

View File

@@ -0,0 +1,9 @@
-- @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