v.1.0.0-beta.7
📦 drizzle-orm
✨ 1 features🐛 6 fixes🔧 5 symbols
Summary
This release focuses on bug fixes for drizzle-kit, specifically improving schema/table recognition in the push/pull commands and fixing a TypeError in findFirst.
✨ New Features
- The 'push' command now respects custom migration schemas and table names defined in drizzle.config, ensuring they are ignored during execution.
🐛 Bug Fixes
- Fixed issue where drizzle-kit did not consider prefixes when generating migrations.
- Fixed bug where drizzle-kit push would remove migration tables when using custom table names.
- Fixed invalid autosummarize generation during drizzle pull.
- Fixed incorrect syntax generation in drizzle-kit pull.
- Fixed MSSQL Foreign Key Constraints not being scoped to the correct schema during generation.
- Fixed TypeError in findFirst when no results are found (row[selectionItem.key] evaluation).
🔧 Affected Symbols
drizzle-kit pushdrizzle-kit pulldrizzle-kit generatefindFirstdrizzle.config