mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #59] Doctrine2 / Postgresql indexes issue #51
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#51
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?
Originally created by @barryo on GitHub (Feb 17, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/59
Submitted by
I think i found a problem with doctrine
Following SQL statements are done at create which have the same name:
I searched for this definition and found it in the file ViMbAdmin.ormdesigner
Entities.DomainPreference.dcm.xml:
Changing this to
IX_DomainPreference_1and create is working.I think this is a copy and paste mistake.
This is causing an error and the create is impossible.
Maybe MySQL accept such things but the most DB systems don't.