Skip to content

Fix adding and removing index in the same upgrade#60

Merged
berickson1 merged 3 commits into
microsoft:masterfrom
mariarek:mareko/fix-add-remove-migration
Sep 20, 2018
Merged

Fix adding and removing index in the same upgrade#60
berickson1 merged 3 commits into
microsoft:masterfrom
mariarek:mareko/fix-add-remove-migration

Conversation

@mariarek
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/SqlProviderBase.ts Outdated
@@ -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
Copy Markdown
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