[PR #1046] [MERGED] [FIX] configurable db schema name #1174

Closed
opened 2026-02-04 21:54:59 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1046
Author: @its-nikhil
Created: 3/1/2025
Status: Merged
Merged: 3/2/2025
Merged by: @meltyshev

Base: masterHead: patch-1


📝 Commits (3)

  • 783fe8b [FIX] configurable db schema name
  • e906f9b chore: Rename for consistency
  • 0d6c351 fix: Remove setting default value to ensure compatibility

📊 Changes

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

View changed files

📝 server/config/datastores.js (+1 -0)

📄 Description

By default sails-postgres was using public even though default search_path of db user was different.
Source: https://stackoverflow.com/a/57210065
Did not face this same issue with Knex migrations


🔄 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/plankanban/planka/pull/1046 **Author:** [@its-nikhil](https://github.com/its-nikhil) **Created:** 3/1/2025 **Status:** ✅ Merged **Merged:** 3/2/2025 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`783fe8b`](https://github.com/plankanban/planka/commit/783fe8b11eb23dc558b008560d3f6ac186c9fa25) [FIX] configurable db schema name - [`e906f9b`](https://github.com/plankanban/planka/commit/e906f9bb82136129308990b8a22f65848c7ecdf8) chore: Rename for consistency - [`0d6c351`](https://github.com/plankanban/planka/commit/0d6c351786da93b558f2d49ded00b80cb5a2448d) fix: Remove setting default value to ensure compatibility ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/config/datastores.js` (+1 -0) </details> ### 📄 Description By default sails-postgres was using `public` even though default `search_path` of db user was different. Source: https://stackoverflow.com/a/57210065 Did not face this same issue with Knex migrations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:54:59 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1174