Skip to content

Conversation

@janbuchar
Copy link

@janbuchar janbuchar commented Jan 28, 2026

  • Prevents payload migrate from executing migrations in development mode when using drizzle's push mode, avoiding conflicts between the two schema sync mechanisms
    • I have had conflicts happen when developers tried to run migrations in development mode with push mode in place - this made it look like there is some kind of a problem with the migrations themselves, which is not great DX
  • Only affects drizzle adapters (postgres, sqlite, etc.) - MongoDB behavior unchanged
  • Users can still run migrations in dev by setting push: false in their adapter config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant