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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-12-27 19:14:36 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-12-28 00:37:21 +0300
commit9580ddbc1883ab53c86e8ccd67b5d994d06400da (patch)
tree496c02159f56ec3da3addcf82dbebf45499e3048 /changelogs
parent63aec1bfa582d85b6d623a2c295d05d99bd0788a (diff)
Merge branch 'sh-fix-mysql-migration-10-3' into 'master'
Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL Closes #41498 See merge request gitlab-org/gitlab-ce!16141 (cherry picked from commit ff3e9af6fdac37ae71ea526bbb9aaf4b7d2ce876) 5cacdc4e Fix migration for removing orphaned issues.moved_to_id values in MySQL dfdf22c7 Fix PostgreSQL implementation of migration e97671b8 Simplify implementation and allow for batch updates in MySQL
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-mysql-migration-10-3.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml b/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml
new file mode 100644
index 00000000000..d3d1d2f8256
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-mysql-migration-10-3.yml
@@ -0,0 +1,5 @@
+---
+title: Fix migration for removing orphaned issues.moved_to_id values in MySQL and PostgreSQL
+merge_request:
+author:
+type: fixed