We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e9f28 commit e514c4fCopy full SHA for e514c4f
src/ext/database_diagram.py
@@ -56,6 +56,8 @@ def get_relationships():
56
CylcWorkflowDAO.TABLE_TASK_LATE_FLAGS],
57
[CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_MANY,
58
CylcWorkflowDAO.TABLE_TASK_OUTPUTS],
59
+ [CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_MANY,
60
+ CylcWorkflowDAO.TABLE_TASK_PREREQUISITES],
61
[CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_ONE,
62
CylcWorkflowDAO.TABLE_TASK_TIMEOUT_TIMERS]
63
]
0 commit comments