Current section

Files

Jump to
eventstore lib event_store sql statements delete_snapshot.sql.eex
Raw

lib/event_store/sql/statements/delete_snapshot.sql.eex

DELETE FROM "<%= schema %>".snapshots
WHERE source_uuid = $1;