-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Broken DeleteExecutionsWithWorkflows
migration
#5183
Comments
Hey @terenaa, Thanks for reporting this one and a great spot, It looks like @csuermann has popped in a fix already which should make it into the next release. |
Fix got released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Migration collects workflow execution IDs instead of workflow IDs preparing to create FK.
Field
id
fromexecution_entity
has no relation withworkflowId
.To Reproduce
Steps to reproduce the behavior:
execution_entity
withworkflowId
which does not exist inworkflow_entity
.ALTER TABLE ...
will fail.Expected behavior
Variable
workflowIds
should contain ids fromworkflow_entity
table.Environment:
The text was updated successfully, but these errors were encountered: