1 Reply
There seems to be multiple
drizzle
folder in your project ?
I have a suspicion that: In your lib/db/migrate.ts
, you declared the migrations folder to be in ./drizzle
(line 21) -> Meaning lib/db/drizzle/
(since it's relative path)
-> which is undesirable, since the actual Drizzle folder seems to be from $PROJECT_ROOT/drizzle