[PR #5012] [MERGED] chore: remove generated prisma files #5718

Closed
opened 2026-03-13 12:32:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/5012
Author: @ping-maxwell
Created: 10/1/2025
Status: Merged
Merged: 10/1/2025
Merged by: @ping-maxwell

Base: canaryHead: chore/remove-generated-prisma-files


📝 Commits (1)

  • f48240a chore: remove generated prisma files

📊 Changes

3 files changed (+0 additions, -210 deletions)

View changed files

packages/better-auth/src/adapters/prisma-adapter/test/schema-mysql.prisma (+0 -70)
packages/better-auth/src/adapters/prisma-adapter/test/schema-postgresql.prisma (+0 -70)
packages/better-auth/src/adapters/prisma-adapter/test/schema-sqlite.prisma (+0 -70)

📄 Description

This is so that we do not have to see these primsa files in git commits They are automatically generated during tests but .gitignore is suppose to ignore them.


Summary by cubic

Removed auto-generated Prisma schema files from prisma-adapter tests (MySQL, PostgreSQL, SQLite) so they aren’t tracked in git. These files are created during tests and are ignored by .gitignore.


🔄 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/5012 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 10/1/2025 **Status:** ✅ Merged **Merged:** 10/1/2025 **Merged by:** [@ping-maxwell](https://github.com/ping-maxwell) **Base:** `canary` ← **Head:** `chore/remove-generated-prisma-files` --- ### 📝 Commits (1) - [`f48240a`](https://github.com/better-auth/better-auth/commit/f48240aaabcde93c95c56565ade18748d43e6952) chore: remove generated prisma files ### 📊 Changes **3 files changed** (+0 additions, -210 deletions) <details> <summary>View changed files</summary> ➖ `packages/better-auth/src/adapters/prisma-adapter/test/schema-mysql.prisma` (+0 -70) ➖ `packages/better-auth/src/adapters/prisma-adapter/test/schema-postgresql.prisma` (+0 -70) ➖ `packages/better-auth/src/adapters/prisma-adapter/test/schema-sqlite.prisma` (+0 -70) </details> ### 📄 Description This is so that we do not have to see these primsa files in git commits They are automatically generated during tests but `.gitignore` is suppose to ignore them. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Removed auto-generated Prisma schema files from prisma-adapter tests (MySQL, PostgreSQL, SQLite) so they aren’t tracked in git. These files are created during tests and are ignored by .gitignore. <!-- 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-03-13 12:32:46 -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#5718