Is it ok to delete migrations produced by drizzle?
I use Drizzle to manage schemas and what not. It has been awhile since I pushed changes to my DB (probably over a year) so I am trying to figure out the best way to go about that. I was running
drizzle-kit migrate
locally and I guess it's going through every single migration and failing on a migration from 12 months ago.
Well that column no longer exists on that table and hasn't for a year... I honestly just need to figure out how to get my changes to prod.0 Replies