summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2018-07-09 23:07:57 +0200
committerJasper Maes <jaspermaes.jm@gmail.com>2018-07-09 23:27:06 +0200
commit7ce51548acc8fe27ec9325a9a9583e22edbc2822 (patch)
tree25d46537c6d5cf7dbab29c04545d4ef790557eca /changelogs
parent3edda4c257d49014ad8bbd2c77646bb9a35cb756 (diff)
downloadgitlab-ce-7ce51548acc8fe27ec9325a9a9583e22edbc2822.tar.gz
Rails5 MySQL fix rename_column as part of cleanup_concurrent_column_type_change
Diffstat (limited to 'changelogs')
-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