v0.31.7
drizzle-team/drizzle-ormv0.31.7Nov 17, 2025by AndriiSherman
AI Summary
Bug fix release for drizzle-kit that resolves an issue where unnecessary DROP SQL statements were being generated when pushing to Postgres 18 even when the schema had not been changed.
Key Highlights
- Fixed bug causing unnecessary DROP SQL when schema was NOT changed during Postgres 18 push
Full Release Notes
### Bug fixes - [[BUG]: Drizzle Kit push to Postgres 18 produces unecessary DROP SQL when the schema was NOT changed](https://github.com/drizzle-team/drizzle-orm/issues/4944)