Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mastorm opened this issue May 23, 2024 · 2 comments
Open

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

mastorm opened this issue May 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mastorm
Copy link

mastorm commented May 23, 2024

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

  • node-postgres
  • single table
@mastorm mastorm added the bug Something isn't working label May 23, 2024
@mastorm mastorm changed the title [BUG]: [BUG]: Migrations no longer execute in 0.21.2 May 23, 2024
@mastorm mastorm changed the title [BUG]: Migrations no longer execute in 0.21.2 [BUG]: Migrations no longer execute in 0.21.3 May 23, 2024
@MChangFoundry
Copy link

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

@engageintellect
Copy link

engageintellect commented Jul 3, 2024

Same issue

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants