drizzle-kit@0.27.2
drizzle-team/drizzle-ormdrizzle-kit@0.27.2Nov 6, 2024by github-actions[bot]
AI Summary
This is a bug fix release for drizzle-kit that addresses critical issues with the push command, including undefined property errors and TypeErrors related to Row Level Security (RLS) functionality, particularly when working with Supabase schemas.
Key Highlights
- Fixed undefined properties bug when using drizzle-kit push (GitHub issue #3391)
- Fixed TypeError: Cannot read properties of undefined (reading 'isRLSEnabled')
- Fixed push bugs when pushing a schema with linked policy to a table from drizzle-orm/supabase
Full Release Notes
- Fix [[BUG]: Undefined properties when using drizzle-kit push](https://github.com/drizzle-team/drizzle-orm/issues/3391) - Fix TypeError: Cannot read properties of undefined (reading 'isRLSEnabled') - Fix push bugs, when pushing a schema with linked policy to a table from `drizzle-orm/supabase`