Migration defaulting to neon driver

hey, I run into an issue where i'm not using neon but when migrating it does try to use neon driver even tho I'm running my postgres db locally. I'm using next js Could anyone help?
No description
No description
No description
1 Reply
vanHessler
vanHessler3d ago
Hey - did you figure out what this was? I'm running into the same issue right now. I'm sure i have some arbitrary setting somewhere that is breaking things Ok - for my case, i was running npx drizzle-kit migrate and that must have been using some different version or something. Instead i just did an npm i drizzle-kit and reran it with v0.31.0, and it works now.

Did you find this page helpful?