drizzle-kit@0.27.1
drizzle-team/drizzle-ormdrizzle-kit@0.27.1Nov 1, 2024by github-actions[bot]
AI Summary
This is a bug fix release for drizzle-kit addressing an issue with RLS (Row Level Security) policies and Views where the view was incorrectly generated as the last clause in the SQL output.
Key Highlights
- Fixed bug where RLS policies and Views were being generated with the view as the last clause
- Addresses issue #3378 from the drizzle-orm GitHub repository
Full Release Notes
- Fix: [[BUG]: When using RLS policies and Views, the view is the last clause generated](https://github.com/drizzle-team/drizzle-orm/issues/3378)