Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links

This commit is contained in:
Frederic Guillot
2015-10-01 09:46:34 -04:00
parent 792d5a20bc
commit 370361330a
3 changed files with 23 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ Bug fixes:
* Deleting subtask doesn't update task time tracking
* Fix Mysql error about gitlab_id when creating remote user
* Fix subtask timer bug (event called recursively)
* Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
Version 1.0.18
--------------