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-09-05 19:12:46 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2018-09-05 19:13:41 +0300
commit1792450978ee3766f6e9f8a8fac8117b134ae42c (patch)
tree1bc8fda0cf9b960cbb6a0852f1fc77695a752a87 /changelogs
parentf6097cbfaa1fae7cceef583bb3dbbd85286c80c2 (diff)
Explicit hashed path check for trace, prevents background migration from accessing file_location column that doesn't exist
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