mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-09-03 10:00:03 +02:00
Fix ATV Regex
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
-- @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
|
||||||
Reference in New Issue
Block a user