Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-11-06 23:11:34 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2018-11-06 23:14:47 +0300
commit0206c6aa4189d9c1bc9967c22b120c26b6441c72 (patch)
tree5a5c3a76456322aac0f46dbcd7b71d13407e2464 /changelogs
parent173c6ca1e8925d69e9aba88c8331096521d3f388 (diff)
Rails5: fix mysql milliseconds issue in deployment model specs
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-mysql-milliseconds-deployment-spec.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-mysql-milliseconds-deployment-spec.yml b/changelogs/unreleased/rails5-mysql-milliseconds-deployment-spec.yml
new file mode 100644
index 00000000000..8c71ecebfdb
--- /dev/null
+++ b/changelogs/unreleased/rails5-mysql-milliseconds-deployment-spec.yml
@@ -0,0 +1,5 @@
+---
+title: 'Rails5: fix mysql milliseconds issue in deployment model specs'
+merge_request: 22850
+author: Jasper Maes
+type: other