Skip to content

Conversation

galyfray
Copy link

@galyfray galyfray commented Jul 27, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DB Schema Creation Error using PostgreSQL

1 participant