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-07-10 00:07:57 +0300
committerJasper Maes <jaspermaes.jm@gmail.com>2018-07-10 00:27:06 +0300
commit7ce51548acc8fe27ec9325a9a9583e22edbc2822 (patch)
tree25d46537c6d5cf7dbab29c04545d4ef790557eca /changelogs/unreleased
parent3edda4c257d49014ad8bbd2c77646bb9a35cb756 (diff)
Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_change
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/rails5-mysql-rename-column.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rails5-mysql-rename-column.yml b/changelogs/unreleased/rails5-mysql-rename-column.yml
new file mode 100644
index 00000000000..cbae9250744
--- /dev/null
+++ b/changelogs/unreleased/rails5-mysql-rename-column.yml
@@ -0,0 +1,5 @@
+---
+title: Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_change
+merge_request: 20514
+author: Jasper Maes
+type: fixed