Disney OCD

This commit is contained in:
Seraphys
2026-08-28 18:34:46 +00:00
parent b2a37bf6b6
commit 225c21f1c2
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Disney OCD
-- @exportedAt: 2026-08-28T18:34:44.248Z
-- @opIds: 13824
-- --- BEGIN op 13824 ( update regular_expression "Disney+" )
update "regular_expressions" set "pattern" = '\b(DSNP|DSNY(P)?|Disney\+)\s*\b' where "name" = 'Disney+' and "pattern" = '\b(dsnp|dsny(p)?|disney\+)\s*\b';
-- --- END op 13824