snapshot.json is not of the latest version
Hi! I just updated drizzle ORM in my project to:
I also migrated to new config after the update:
However when I try to generate migration after modifying the schema, I get an error:
Is there something I'm missing here? When I roll back the packages
generate:pg
work fine.1 Reply
Turns out, that I needed to run
drizzle-kit up
first. This migrates snapshots to v6, and makes them compatible with later versions of drizzle-kit