drizzle-orm
drizzle-orm copied to clipboard
[BUG]: Migrations no longer execute in 0.21.3
What version of drizzle-orm
are you using?
0.30.10
What version of drizzle-kit
are you using?
0.21.3
Describe the Bug
- Install drizzle with pg
- Execute migrations with pnpm exec drizzle-kit migrate
- Now applying migrations will never finish. It looks like this:
It stays like this forever.
Downgrading to 0.21.2 fixes this issue
Expected behavior
Migrations should be executed
Environment & setup
- node-postgres
- single table