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:
authorRémy Coutable <remy@rymai.me>2018-09-06 12:10:04 +0300
committerRémy Coutable <remy@rymai.me>2018-09-06 12:10:04 +0300
commitf965bc9e669130bd567e575db197a82270affd96 (patch)
treec2aa7c9e562aa3307d345abb2f2e20dd95827bb1 /changelogs
parentb92b7d822226724db76b8dfb61dca438ea8dbb1c (diff)
parent1792450978ee3766f6e9f8a8fac8117b134ae42c (diff)
Merge branch 'rails5-explicit-hashed-path-check' into 'master'
Explicit hashed path check for trace, prevents background migration from… See merge request gitlab-org/gitlab-ce!21533
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rails5-explicit-hashed-path-check.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-explicit-hashed-path-check.yml b/changelogs/unreleased/rails5-explicit-hashed-path-check.yml
new file mode 100644
index 00000000000..93fe4a38411
--- /dev/null
+++ b/changelogs/unreleased/rails5-explicit-hashed-path-check.yml
@@ -0,0 +1,6 @@
+---
+title: Explicit hashed path check for trace, prevents background migration from accessing
+ file_location column that doesn't exist
+merge_request: 21533
+author: Jasper Maes
+type: other