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

Fix adding and removing index in the same upgrade #60

Merged
merged 3 commits into from
Sep 20, 2018

Conversation

mariarek
Copy link
Contributor

No description provided.

@@ -328,7 +328,7 @@ export abstract class SqlProviderBase extends NoSqlProvider.DbProvider {
const indexMetaDictionary = _.keyBy(currentIndexMetas, meta => meta.key);

// find indices in the schema that did not exist before
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: update this comment

@berickson1 berickson1 merged commit 9994de3 into microsoft:master Sep 20, 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 this pull request may close these issues.

2 participants