summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-06-27 18:39:46 +0200
committerJasper Maes <jaspermaes.jm@gmail.com>2018-06-27 18:57:24 +0200
commita5bd978ad7d856d4171a413e3a17b2ead4092dea (patch)
tree081f918cf1f7d88135a572b8b370ed2feac366da /changelogs
parent07de43a7e07cefcbb60e7ed84c684f478eae8b93 (diff)
downloadgitlab-ce-a5bd978ad7d856d4171a413e3a17b2ead4092dea.tar.gz
Rails5 fix Mysql comparison failure caused by milliseconds problem
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-fix-48432.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-fix-48432.yml b/changelogs/unreleased/rails5-fix-48432.yml
new file mode 100644
index 00000000000..732294447a9
--- /dev/null
+++ b/changelogs/unreleased/rails5-fix-48432.yml
@@ -0,0 +1,5 @@
+---
+title: Rails5 fix Mysql comparison failure caused by milliseconds problem
+merge_request: 20222
+author: Jasper Maes
+type: fixed