Major overhaul of schema for tables not really used, but ran into issues until I dropped a table
So I merged in some changes to my default branch that were contributed by a buddy of mine. I want to apply these changes to my production db. The person contributing tested things locally and everything worked out just fine. However, when I ran
drizzle-kit push
locally on my local DB I ran into an issue
But when I dropped the weeks
table and re-ran drizzle-kit push
it pushed just fine. I was asked about some renaming and if creating a column, etc though. Normally I do drizzle-kit migrate
before my build command in Next.js but running into this issue kind of makes me pause and scratch my head on the best way to make changes like this.0 Replies