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
CREATE_INDEX
CREATE_INDEX_EXCLUSIVE
Hi! Thanks for working on this project. Today I updated to v5 and got some new CI failures.
Here's my migration file: https://github.com/tough-dev-school/python-testing-homework/blob/master/server/apps/identity/migrations/0001_initial.py
It generate this warning:
(pictures, 0001_initial)... WARNING (cached) CREATE INDEX prolongs transaction, delaying lock release
It is not clear from the docs on how to fix this warning. This forced me to switch it off for now.
The text was updated successfully, but these errors were encountered:
Hey @sobolevn
Fair point, thanks for raising it 👍 I'll tackle that :)
Sorry, something went wrong.
No branches or pull requests
Hi! Thanks for working on this project.
Today I updated to v5 and got some new CI failures.
Here's my migration file: https://github.com/tough-dev-school/python-testing-homework/blob/master/server/apps/identity/migrations/0001_initial.py
It generate this warning:
It is not clear from the docs on how to fix this warning. This forced me to switch it off for now.
The text was updated successfully, but these errors were encountered: