drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
21.57k stars 490 forks source link

[BUG]: Migrations no longer execute in 0.21.3 #2366

Open mastorm opened 1 month ago

mastorm commented 1 month ago

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

  1. Install drizzle with pg
  2. Execute migrations with pnpm exec drizzle-kit migrate
  3. Now applying migrations will never finish. It looks like this: image

It stays like this forever.

Downgrading to 0.21.2 fixes this issue

Expected behavior

Migrations should be executed

Environment & setup

MChangFoundry commented 2 weeks ago

Running into a similar issue where it tries to run from the start again

engageintellect commented 2 days ago

Same issue

Does anyone know a workaround to this in the meantime? I'm new to drizzle and supabase.