Fix ATV Regex

This commit is contained in:
Seraphys
2026-08-11 23:58:35 +00:00
parent 78d21746b2
commit ca8cdff883
+9
View File
@@ -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