Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make creating indices idempotent #203

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Conversation

maxtidev
Copy link
Contributor

@maxtidev maxtidev commented Jul 3, 2024

This fixes the DbError that occurs when Norm attempts to create an index that already exists in the database.
Using indices was impossible for some database schemas as the recursive nature of createTables can lead to the same Model being processed multiple times. This is no problem for relations that already exist but it causes an uncircumventable DbError for already existing indices.

@moigagoo moigagoo merged commit ccac566 into moigagoo:develop Jul 5, 2024
6 checks passed
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.

2 participants