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

specify column to match on #2

Open
timbeach opened this issue May 7, 2018 · 0 comments
Open

specify column to match on #2

timbeach opened this issue May 7, 2018 · 0 comments

Comments

@timbeach
Copy link

timbeach commented May 7, 2018

In our email thread leading up to the creation of this tool, I made an error when I said that we would always match on primary key.
I have since been made aware that there are times where we must match on another column. For example, the question table from source db needs to match to the question table on target db on the column: question.code rather than the primary key of question.id.
Is there any way to modify the tool so we can specify which column to match on?

Note: the matching column is always a unique index. no need for the ability to handle multiples.

Xof added a commit that referenced this issue May 7, 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

No branches or pull requests

1 participant