drizzle-kit@0.23.2
drizzle-team/drizzle-ormdrizzle-kit@0.23.2Aug 5, 2024by github-actions[bot]
AI Summary
This is a bug fix release for drizzle-kit addressing two issues: a PostgreSQL schemaFilter bug where enums were incorrectly detected in schemas not defined in the filter, and fixing the `drizzle-kit up` command which wasn't working properly since the sequences release.
Key Highlights
- Fixed PostgreSQL push and introspect schemaFilter to only detect enums in defined schemas
- Fixed `drizzle-kit up` command to work properly with sequences
Full Release Notes
- Fixed a bug in PostgreSQL with push and introspect where the `schemaFilter` object was passed. It was detecting enums even in schemas that were not defined in the schemaFilter. - Fixed the `drizzle-kit up` command to work as expected, starting from the sequences release.