mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 09:30:08 -04:00
10 lines
335 B
SQL
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
|