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

1 line
129 B
Plaintext

MERGE (n:SmokeTest {id: 'smoke-2026-04-23'}) ON CREATE SET n.created_at = datetime() ON MATCH SET n.last_touched_at = datetime();