summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-01 09:46:34 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-01 09:46:34 -0400
commit370361330aeb37f02e87ab78ae38521da774c957 (patch)
treedafef9c946d278a9acc99947af6212bb5c25f1c0 /ChangeLog
parent792d5a20bcb4926c91311afced67ddd008c3b79e (diff)
Fix Postgres issue "Cardinality violation" when there is multiple "is_milestone_of" links
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9675a8e1..0e36e9d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
--------------