mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 22:20:01 +02:00
10 lines
370 B
SQL
10 lines
370 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Tweak AD
|
|
-- @exportedAt: 2026-08-28T23:56:02.736Z
|
|
-- @opIds: 14157
|
|
|
|
-- --- BEGIN op 14157 ( update regular_expression "Audio Description" )
|
|
update "regular_expressions" set "pattern" = '\b(Audio[ ._-]?Description)\b' where "name" = 'Audio Description' and "pattern" = '\b(Audio[ ._-]Description)\b';
|
|
-- --- END op 14157
|