mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-03 11:44:18 +02:00
Update ASL Regex
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Update ASL Regex
|
||||
-- @exportedAt: 2026-04-28T16:53:24.610Z
|
||||
-- @opIds: 8033
|
||||
|
||||
-- --- BEGIN op 8033 ( update regular_expression "ASL" )
|
||||
update "regular_expressions" set "pattern" = '\b(ASL|BASL|BSL|Audio[ ._-]Description)\b' where "name" = 'ASL' and "pattern" = '\b(ASL|BSL|Audio[ ._-]Description)\b';
|
||||
-- --- END op 8033
|
||||
Reference in New Issue
Block a user