From 07b51657a82388492d3945a35524f539962b778b Mon Sep 17 00:00:00 2001 From: compass-admin Date: Thu, 23 Apr 2026 14:23:25 +0000 Subject: [PATCH] smoke: proposals/2026-04-23/smoke-test/up.cypher --- proposals/2026-04-23/smoke-test/up.cypher | 1 + 1 file changed, 1 insertion(+) create mode 100644 proposals/2026-04-23/smoke-test/up.cypher diff --git a/proposals/2026-04-23/smoke-test/up.cypher b/proposals/2026-04-23/smoke-test/up.cypher new file mode 100644 index 0000000..833ada5 --- /dev/null +++ b/proposals/2026-04-23/smoke-test/up.cypher @@ -0,0 +1 @@ +MERGE (n:SmokeTest {id: 'smoke-2026-04-23'}) ON CREATE SET n.created_at = datetime() ON MATCH SET n.last_touched_at = datetime(); \ No newline at end of file