How to update snapshot when editing migration or making a custom migration?

I understand the snapshot files are necessary for diffing the old state of the DB with the new one specified in the drizzle schema in order to properly create the migrations. However, let's say I decide to edit the latest migration created by drizzle-kit, or I decide to make a custom migration? How can I get drizzle-kit to include these changes in a snapshot file?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?