v1.0.0-beta.21
📦 drizzle-ormView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
This release focuses on further stabilizing the drizzle-kit migration process by correcting commutativity checks related to PostgreSQL enum value additions.
Migration Steps
- Review schema migrations involving PostgreSQL enum additions to ensure expected behavior after commutativity fixes.
🐛 Bug Fixes
- Adding a value to a PostgreSQL enum will no longer be treated as commutative.
- Enum values added in different leaves will now be merged properly.