-
Notifications
You must be signed in to change notification settings - Fork 73
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
24121 colin sync for correction filing (1 to many) #3060
Conversation
Quality Gate passedIssues Measures |
address_type=db_address_type | ||
) | ||
address = Address( | ||
street=address_info.get('streetAddress') or '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setting props to empty string if None
to avoid creation of new version in the version table if the current version has empty string or vice versa. will be updating existing data through update db script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@argush3 this need to be addressed in data migration as well.
Issue #: /bcgov/entity#24121
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).