mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 16:10:02 +02:00
10 lines
317 B
SQL
10 lines
317 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Fix ATV Regex
|
|
-- @exportedAt: 2026-08-11T23:58:33.782Z
|
|
-- @opIds: 12918
|
|
|
|
-- --- BEGIN op 12918 ( update regular_expression "Apple TV" )
|
|
update "regular_expressions" set "pattern" = '\b(ATV)\b' where "name" = 'Apple TV' and "pattern" = '\b(ATV)b';
|
|
-- --- END op 12918
|