[PR #9090] [MERGED] docs: fix PostgreSQL Prisma native type typo #16677

Closed
opened 2026-04-13 10:38:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9090
Author: @tonytkachenko
Created: 4/10/2026
Status: Merged
Merged: 4/10/2026
Merged by: @bytaesu

Base: mainHead: main


📝 Commits (1)

  • 80b09f2 docs: Fix typo in Timestamptz for PostgreSQL

📊 Changes

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

View changed files

📝 docs/lib/copy-schema/adapter/prisma.ts (+1 -1)

📄 Description

Summary by cubic

Fixes the PostgreSQL timestamptz annotation in the docs schema copy helper: use @db.Timestamptz(3) instead of @db.Timestampz(3) for date fields. Ensures the generated Prisma schema is valid for PostgreSQL.

Written for commit 80b09f2342. Summary will update 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/9090 **Author:** [@tonytkachenko](https://github.com/tonytkachenko) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@bytaesu](https://github.com/bytaesu) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`80b09f2`](https://github.com/better-auth/better-auth/commit/80b09f23428718ae620a153c477f85bc809485b9) docs: Fix typo in Timestamptz for PostgreSQL ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/lib/copy-schema/adapter/prisma.ts` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Fixes the PostgreSQL timestamptz annotation in the docs schema copy helper: use `@db.Timestamptz(3)` instead of `@db.Timestampz(3)` for date fields. Ensures the generated Prisma schema is valid for PostgreSQL. <sup>Written for commit 80b09f23428718ae620a153c477f85bc809485b9. Summary will update 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-13 10:38:28 -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#16677