[PR #572] [MERGED] fix: migration should use appropriate data type for each db #11619

Closed
opened 2026-04-13 07:53:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/572
Author: @Bekacru
Created: 11/17/2024
Status: Merged
Merged: 11/18/2024
Merged by: @Bekacru

Base: mainHead: fix/date-time


📝 Commits (3)

  • a13c508 fix: migration should use appropriate data type for each db
  • 22b8ceb Merge branch 'main' into fix/date-time
  • 35df1f4 fix: update snapshot test

📊 Changes

7 files changed (+79 additions, -51 deletions)

View changed files

📝 packages/better-auth/src/adapters/kysely-adapter/kysely-adapter.ts (+1 -21)
📝 packages/better-auth/src/api/routes/forget-password.test.ts (+14 -9)
📝 packages/better-auth/src/api/routes/forget-password.ts (+0 -1)
📝 packages/better-auth/src/db/get-migration.ts (+35 -13)
📝 packages/better-auth/src/db/internal-adapter.ts (+1 -1)
📝 packages/better-auth/src/test-utils/test-instance.ts (+27 -5)
📝 packages/cli/test/__snapshots__/migrations.sql (+1 -1)

📄 Description

closes #567


🔄 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/572 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 11/17/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/date-time` --- ### 📝 Commits (3) - [`a13c508`](https://github.com/better-auth/better-auth/commit/a13c5082a3d2368d03be92b2c19b89687eff3596) fix: migration should use appropriate data type for each db - [`22b8ceb`](https://github.com/better-auth/better-auth/commit/22b8cebda76c43bd4166fa77851dccdf6996dbe4) Merge branch 'main' into fix/date-time - [`35df1f4`](https://github.com/better-auth/better-auth/commit/35df1f41ba18f31af5a0ca4fcf011cfafffc5651) fix: update snapshot test ### 📊 Changes **7 files changed** (+79 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/better-auth/src/adapters/kysely-adapter/kysely-adapter.ts` (+1 -21) 📝 `packages/better-auth/src/api/routes/forget-password.test.ts` (+14 -9) 📝 `packages/better-auth/src/api/routes/forget-password.ts` (+0 -1) 📝 `packages/better-auth/src/db/get-migration.ts` (+35 -13) 📝 `packages/better-auth/src/db/internal-adapter.ts` (+1 -1) 📝 `packages/better-auth/src/test-utils/test-instance.ts` (+27 -5) 📝 `packages/cli/test/__snapshots__/migrations.sql` (+1 -1) </details> ### 📄 Description closes #567 --- <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-13 07:53:59 -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#11619