[PR #5762] [CLOSED] docs: change migration guide to include email verified #23109

Closed
opened 2026-04-15 21:29:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5762
Author: @Bekacru
Created: 11/4/2025
Status: Closed

Base: canaryHead: docs/migration


📝 Commits (3)

  • 956b1e3 docs: change migration guide to include email verified
  • 39ecc78 Update docs/content/docs/guides/next-auth-migration-guide.mdx
  • c97edcb Merge branch 'canary' into docs/migration

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 docs/content/docs/guides/next-auth-migration-guide.mdx (+15 -0)

📄 Description

closes #5726


Summary by cubic

Updates the NextAuth migration guide to cover converting the emailVerified column from timestamp to boolean, preventing schema mismatches during v4 to v5 upgrades.

  • Migration
    • Add steps to convert emailVerified to boolean before updating the schema, with a PostgreSQL example (USING emailVerified IS NOT NULL) and a note that ORMs can map it as a boolean.

Written for commit c97edcb0a0. Summary will update automatically on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/5762 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/4/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `docs/migration` --- ### 📝 Commits (3) - [`956b1e3`](https://github.com/better-auth/better-auth/commit/956b1e30f57fb0f4dd2c396edd5e2a3f31a4491a) docs: change migration guide to include email verified - [`39ecc78`](https://github.com/better-auth/better-auth/commit/39ecc78ee141109d5e1ba026970914c3b77905c1) Update docs/content/docs/guides/next-auth-migration-guide.mdx - [`c97edcb`](https://github.com/better-auth/better-auth/commit/c97edcb0a0ad114be47fa00d2eb91c51d0bf3959) Merge branch 'canary' into docs/migration ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/guides/next-auth-migration-guide.mdx` (+15 -0) </details> ### 📄 Description closes #5726 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updates the NextAuth migration guide to cover converting the emailVerified column from timestamp to boolean, preventing schema mismatches during v4 to v5 upgrades. - **Migration** - Add steps to convert emailVerified to boolean before updating the schema, with a PostgreSQL example (USING emailVerified IS NOT NULL) and a note that ORMs can map it as a boolean. <sup>Written for commit c97edcb0a0ad114be47fa00d2eb91c51d0bf3959. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 21:29:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#23109