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

Doesn't re-create the index if an index-setting (like unique) changes #19

Open
SimonSimCity opened this issue Jan 4, 2018 · 0 comments

Comments

@SimonSimCity
Copy link
Member

First I created a property on an object and also created a unique index for it by adding { unique: true }. After some time of development I had to remove it, but it still remains in MongoDB. After reading the manual, I knew that it works when adding { index: false } to the configuration, but this doesn't help on a property where I want an index, but not unique.

@SimonSimCity SimonSimCity changed the title Doesn't recreate the index if a property changes Doesn't re-create the index if an index-setting (like unique) changes Jan 4, 2018
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 a pull request may close this issue.

1 participant