smoke: proposals/2026-04-23/smoke-test/up.cypher

This commit is contained in:
compass-admin 2026-04-23 14:23:25 +00:00
parent 764c585af9
commit 07b51657a8

View File

@ -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();