hirethunk / verbs

Verbs is an event sourcing package for PHP artisans
https://verbs.thunk.dev
MIT License
412 stars 32 forks source link

Use "snapshot_id" as ephemeral key rather than "id" #163

Closed inxilpro closed 3 weeks ago

inxilpro commented 1 month ago

Right now we're storing the snapshot's ID as the "id" ephemeral metadata on states. Really, this is the snapshot ID. This PR just fixes that name.