mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #319] [FIX] Postgresql database creation #318
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/319
Author: @galyfray
Created: 7/27/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
9581567Update ViMbAdmin.ormdesignercd67a7dUpdate Entities.Admin.dcm.xml32195bbUpdate 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.