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

fix: fix restricted run integrity errors #990

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

iloveagent57
Copy link
Contributor

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

Post-review

  • Squash commits into discrete sets of changes
  • Ensure that once the changes have been deployed to stage, prod is manually deployed

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
@iloveagent57 iloveagent57 merged commit 8b90831 into master Oct 29, 2024
4 checks passed
@iloveagent57 iloveagent57 deleted the aed/fix-sync branch October 29, 2024 15:01
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