mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-03 11:44:18 +02:00
10 lines
367 B
SQL
10 lines
367 B
SQL
-- @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
|