Using drizzle in docker gives [i] No changes detected
Hello I have this drizzle.config.ts file, I tried running bun push but I get the [i] No changes detected prompt
I checked the path inside my image and it seems its correct
Any idea?
1 Reply
try logging
process.cwd()
and readDir
of schema folder maybe from node inside drizzle.config.ts
- I think it would make it more clear if inside the image this path is correct or not
sorry, since you're using bun so use their alternatives - pretty sure they have something similar as well
also try checking what's inside of var/Bun/drizzle
where your migrations are - perhaps your image already has them?