Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 19:33
· 48 commits to main since this release
83daf2d

Improvements

  • Added an OHM static imports checker to identify unexpected imports within a chain of imports in the drizzle-kit repo. For example, it checks if drizzle-orm is imported before drizzle-kit and verifies if the drizzle-orm import is available in your project.
  • Adding more columns to Supabase auth.users table schema - thanks @nicholasdly

Bug Fixes