diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-21 18:41:15 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-21 18:41:15 -0500 |
commit | 0a7370b9e5652918ad9386baa81cc12627069755 (patch) | |
tree | 95b3fab02e56f26c036e0d8bb0c761d81798c1c1 /ChangeLog | |
parent | 9deeaa4ef1e74531f5f7d99c5de423303ddda7ed (diff) |
Remove workaround for 'INSERT ON DUPLICATE KEY UPDATE...'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ Improvements: * Use PHP7 function random_bytes() to generate tokens if available * CSV task export show the assignee name in addition to the assignee username * Add new hooks for plugins +* Remove workaround for "INSERT ON DUPLICATE KEY UPDATE..." Internal code refactoring: |