[PR #319] [FIX] Postgresql database creation #318

Open
opened 2026-02-26 10:30:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/opensolutions/ViMbAdmin/pull/319
Author: @galyfray
Created: 7/27/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

  • 9581567 Update ViMbAdmin.ormdesigner
  • cd67a7d Update Entities.Admin.dcm.xml
  • 32195bb Update Entities.Mailbox.dcm.xml

📊 Changes

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

View changed files

📝 doctrine2/ViMbAdmin.ormdesigner (+1 -1)
📝 doctrine2/xml/Entities.Admin.dcm.xml (+1 -1)
📝 doctrine2/xml/Entities.Mailbox.dcm.xml (+1 -1)

📄 Description

When trying to create the database with postgresql as a backend, an error occurs due to some indexes sharing names.
Postgres and mysql handle indexes differently, an index in postgres uses the same namespace as the tables.
This MR aims at fixing the issue, the fix is quite simple and should not have any side effect.

fixes #308


🔄 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/opensolutions/ViMbAdmin/pull/319 **Author:** [@galyfray](https://github.com/galyfray) **Created:** 7/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`9581567`](https://github.com/opensolutions/ViMbAdmin/commit/958156700f6ad2a13ea45808f3da47cbd333fc91) Update ViMbAdmin.ormdesigner - [`cd67a7d`](https://github.com/opensolutions/ViMbAdmin/commit/cd67a7d6f97f833ef3d49becf74e48385c30a6df) Update Entities.Admin.dcm.xml - [`32195bb`](https://github.com/opensolutions/ViMbAdmin/commit/32195bb638aaf353036197f6c7cf6aa67fbaedaf) Update Entities.Mailbox.dcm.xml ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `doctrine2/ViMbAdmin.ormdesigner` (+1 -1) 📝 `doctrine2/xml/Entities.Admin.dcm.xml` (+1 -1) 📝 `doctrine2/xml/Entities.Mailbox.dcm.xml` (+1 -1) </details> ### 📄 Description When trying to create the database with postgresql as a backend, an error occurs due to some indexes sharing names. Postgres and mysql handle indexes differently, an index in postgres uses the same namespace as the tables. This MR aims at fixing the issue, the fix is quite simple and should not have any side effect. fixes #308 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/ViMbAdmin-opensolutions#318
No description provided.