mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 01:20:09 -04:00
Update ASL Regex
This commit is contained in:
9
ops/90.update-asl-regex.sql
Normal file
9
ops/90.update-asl-regex.sql
Normal 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
|
||||
Reference in New Issue
Block a user