v1.0.0-beta.6
📦 drizzle-orm
🐛 6 fixes🔧 7 symbols
Summary
This release focuses on bug fixes for drizzle-kit, specifically addressing false positive change detections in schema pushing, JSON key ordering, and Cloudflare D1 compatibility.
🐛 Bug Fixes
- Fixed issue where drizzle-kit push incorrectly considered JSON/JSONB key order as a schema change.
- Fixed drizzle-kit pull generating strings instead of SQL statements for default values.
- Fixed schema generation failures with Cloudflare D1 tables.
- Fixed issue where drizzle-kit push would attempt to run migrations that were already applied.
- Fixed false positive change detection when Composite Primary Key columns were ordered differently than the schema definition.
- Fixed issue where columns with custom types were always flagged as changed during drizzle-kit push.
🔧 Affected Symbols
drizzle-kit pushdrizzle-kit pulljsonjsonbD1Composite Primary Keycustom types