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

IntegrityError: null value in column "allowed_projects" violates not-null constraint #2715

Closed
sentry-io bot opened this issue Aug 31, 2023 · 0 comments · Fixed by #2716
Closed

IntegrityError: null value in column "allowed_projects" violates not-null constraint #2715

sentry-io bot opened this issue Aug 31, 2023 · 0 comments · Fixed by #2716
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Aug 31, 2023

Sentry Issue: FLAGSMITH-API-3FX

NotNullViolation: null value in column "allowed_projects" violates not-null constraint
DETAIL:  Failing row contains (10232, 2023-08-31 11:27:13.094769+00, 2857, 11700, 39370, 3, 1000000, 3034, [email protected], null, 2023-08-31 11:27:13.092153+00, null).

  File "django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)

IntegrityError: null value in column "allowed_projects" violates not-null constraint
DETAIL:  Failing row contains (10232, 2023-08-31 11:27:13.094769+00, 2857, 11700, 39370, 3, 1000000, 3034, [email protected], null, 2023-08-31 11:27:13.092153+00, null).

(19 additional frame(s) were not displayed)
...
  File "organisations/views.py", line 299, in chargebee_webhook
    OrganisationSubscriptionInformationCache.objects.update_or_create(
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 a pull request may close this issue.

1 participant