Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: add sql file to clean workflow_data#4409

Merged
fsamin merged 2 commits intomasterfrom
fixWorkflowData
Jul 1, 2019
Merged

fix: add sql file to clean workflow_data#4409
fsamin merged 2 commits intomasterfrom
fixWorkflowData

Conversation

@sguiheux
Copy link
Collaborator

  1. Description
  2. Related issues
  3. About tests
  4. Mentions

@ovh/cds

Copy link
Member

@yesnault yesnault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

171....sql

SELECT w_node.id as nodeID, w_node.name as nodeName, workflowInfo.id as wID, workflowInfo.name as WName
FROM w_node
JOIN workflowInfo ON workflowInfo.id = w_node.workflow_id
WHERE w_node.id < rootNodeID
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WHERE w_node.id < rootNodeID
WHERE w_node.id < workflowInfo.rootNodeID

@fsamin fsamin merged commit fdfef0f into master Jul 1, 2019
@sguiheux sguiheux deleted the fixWorkflowData branch July 11, 2019 12:06
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 this pull request may close these issues.

5 participants