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
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(
The text was updated successfully, but these errors were encountered:
OrganisationSubscriptionInformationCache.allowed_projects
matthewelwell
Successfully merging a pull request may close this issue.
Sentry Issue: FLAGSMITH-API-3FX
The text was updated successfully, but these errors were encountered: