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

Ignore Old Indexed Fields When Adding New Field #102

Merged

Conversation

sethdenner
Copy link
Contributor

  • sync_table tries to recreate old secondary indexes when adding a new field. I fixed it so all old columns are set to index=False before syncing.

* sync_table tries to recreate old secondary indexes when adding a new field. I fixed it so all old columns are set to index=False before syncing.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 67.687% when pulling 2f7e004 on sethdenner:add_field_should_ignore_old_indexes into bad6daa on Knotis:master.

@sethdenner sethdenner merged commit 915e836 into Knotis:master Jan 20, 2017
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.

None yet

2 participants