[PR #1641] [CLOSED] fix: Hardcoded schema "public" in migration #1764

Closed
opened 2026-02-26 20:30:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1641
Author: @upgreydd
Created: 2/7/2025
Status: Closed

Base: archive/nextjsHead: patch-1


📝 Commits (1)

  • cdc65bf Hardcoded schema "public"

📊 Changes

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

View changed files

📝 packages/prisma/migrations/20240205120648_create_delete_account/migration.sql (+4 -4)

📄 Description


name: Hardcoded schema public in migration
about: Migration issue

Description

Removing hardcoded "public" schema from migration

https://github.com/documenso/documenso/issues/1640

Changes Made

  • Removed schema "public" from migration

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/documenso/documenso/pull/1641 **Author:** [@upgreydd](https://github.com/upgreydd) **Created:** 2/7/2025 **Status:** ❌ Closed **Base:** `archive/nextjs` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`cdc65bf`](https://github.com/documenso/documenso/commit/cdc65bfcc7fe9aa584f68b450a8b79285e50530b) Hardcoded schema "public" ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/prisma/migrations/20240205120648_create_delete_account/migration.sql` (+4 -4) </details> ### 📄 Description --- name: Hardcoded schema `public` in migration about: Migration issue --- ## Description Removing hardcoded "public" schema from migration <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue https://github.com/documenso/documenso/issues/1640 <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made - Removed schema "public" from migration <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [x] I have added/updated tests that prove the effectiveness of these changes. - [x] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [x] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1764
No description provided.