-
-
Notifications
You must be signed in to change notification settings - Fork 535
[14.0] queue_job: fix partial index to add wait_dependencies state
#629
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
[14.0] queue_job: fix partial index to add wait_dependencies state
#629
Conversation
|
Hi @guewen, |
6a47170 to
ba9f49c
Compare
|
Added a pre-migration script to drop the index to get it re-created automatically during the module update. |
ba9f49c to
fe4fe95
Compare
|
/ocabot merge patch @sebalix could you fwd port it pls? |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 4c824c2. Thanks a lot for contributing to OCA. ❤️ |
|
@simahawk @guewen ported missing commits:
|
Some details about the search performed by the method
job_record_with_same_identity_keyin filequeue_job/job.py, the partial index wasn't used before:Before
After