Skip to content

Commit e514c4f

Browse files
committed
Correction to preqreqs table in DB diagram
1 parent d3e9f28 commit e514c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ext/database_diagram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def get_relationships():
5656
CylcWorkflowDAO.TABLE_TASK_LATE_FLAGS],
5757
[CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_MANY,
5858
CylcWorkflowDAO.TABLE_TASK_OUTPUTS],
59+
[CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_MANY,
60+
CylcWorkflowDAO.TABLE_TASK_PREREQUISITES],
5961
[CylcWorkflowDAO.TABLE_TASK_POOL, ONE_TO_ONE,
6062
CylcWorkflowDAO.TABLE_TASK_TIMEOUT_TIMERS]
6163
]

0 commit comments

Comments
 (0)