From ca12304a9b2fabd577e04c10c71c42b91537fcd2 Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Thu, 5 Mar 2026 19:12:52 +1030 Subject: [PATCH] tests(regex): add regex101 link for 'Sing Along' --- ops/78.tests-regex-add-regex101-link-for-sing-along.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ops/78.tests-regex-add-regex101-link-for-sing-along.sql diff --git a/ops/78.tests-regex-add-regex101-link-for-sing-along.sql b/ops/78.tests-regex-add-regex101-link-for-sing-along.sql new file mode 100644 index 00000000..104f7900 --- /dev/null +++ b/ops/78.tests-regex-add-regex101-link-for-sing-along.sql @@ -0,0 +1,9 @@ +-- @operation: export +-- @entity: batch +-- @name: tests(regex): add regex101 link for 'Sing Along' +-- @exportedAt: 2026-03-05T08:42:49.905Z +-- @opIds: 157 + +-- --- BEGIN op 157 ( update regular_expression "Sing Along" ) +update "regular_expressions" set "regex101_id" = 'DjR6pm/1' where "name" = 'Sing Along' and "regex101_id" is null; +-- --- END op 157