Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix restricted run integrity errors
We can end up with restricted run records existing in the DB without a parent_content_key, so we need to remove the parent_content_key from our update_or_create() SELECT statement. Additionally, ensure that we remove null-valued defaults from the UPDATE statement, including the content_uuid. ENT-9597
- Loading branch information