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.
ALTER TABLE "users_table" RENAME COLUMN "mediaAffiliation" TO "organization";
ALTER TABLE "users_table" RENAME COLUMN "mediaAffiliation" TO "organization";
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
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?