drizzle-kit@0.31.1
📦 drizzle-orm
✨ 1 features🐛 1 fixes🔧 3 symbols
Summary
This release fixes a bug in drizzle-kit pull that prevented Gel extensions with double-colon schema names from being processed correctly. Users can now include these extensions by updating their schemaFilter configuration.
Migration Steps
- Update drizzle.config.ts to include extension schemas in the schemaFilter array (e.g., schemaFilter: ['ext::auth', 'public']).
- Run drizzle-kit pull to refresh the schema.
✨ New Features
- Added support for Gel extensions with schema names containing '::' (e.g., 'ext::auth') in drizzle-kit pull.
🐛 Bug Fixes
- Fixed an issue where drizzle-kit pull incorrectly handled Gel extension schema names containing double colons.
🔧 Affected Symbols
drizzle-kit pullschemaFilterdefineConfig