We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Duplicate entries in staging database causing questionnaire data migration to fail.
Questionnaire model unique_constraint on id_string and version fails to apply.
unique_constraint
id_string
version
It should apply.
The text was updated successfully, but these errors were encountered:
Fix for #570
49c9e2f
0c8ffe3
Merge pull request #571 from Cadasta/bugfix/#570
90f12d8
bjohare
No branches or pull requests
Steps to reproduce the error
Duplicate entries in staging database causing questionnaire data migration to fail.
Actual behavior
Questionnaire model
unique_constraint
onid_string
andversion
fails to apply.Expected behavior
It should apply.
The text was updated successfully, but these errors were encountered: