Change8

Migrating to Drizzle ORM 0.39.2

Version 0.39.2 introduces 1 breaking change. This guide details how to update your code.

Released: 2/5/2025

1
Breaking Changes
1
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

neon_identityneon_auth

Breaking Changes

Issue #1

The internal pre-defined schema has been renamed from 'neon_identity' to 'neon_auth'. This may break queries or migrations relying on the old schema name.

Migration Steps

  1. 1
    Update any references in your code or database migrations from the 'neon_identity' schema to 'neon_auth'.

Release Summary

This release renames the internal 'neon_identity' schema to 'neon_auth' to ensure compatibility with the latest Neon Auth features.

Need More Details?

View the full release notes and all changes for Drizzle ORM 0.39.2.

View Full Changelog