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

Sync database without deleting original target records #18

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

miguelavaqrod
Copy link

@miguelavaqrod miguelavaqrod commented Jan 30, 2019

I had the need to sync a table from another one in other database but without loosing all records already inserted, so I created a new command that just does the same as sync, but without the part it removes target records not found on the source database table.

Hope it helps anyone else!

Added package lock
Added syncinc description
Added syncinc command
Added syncinc help text
Removed extra code
Wrong command on syncinc description
More detailed information on syncinc
Deleted counter removed
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