From 225c21f1c27989ed0fe833ce9dfb78fd41c51230 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Fri, 28 Aug 2026 18:34:46 +0000 Subject: [PATCH] Disney OCD --- ops/316.disney-ocd.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/316.disney-ocd.sql diff --git a/ops/316.disney-ocd.sql b/ops/316.disney-ocd.sql new file mode 100644 index 00000000..539ad687 --- /dev/null +++ b/ops/316.disney-ocd.sql @@ -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