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:
authorThong Kuah <tkuah@gitlab.com>2019-06-28 07:48:57 +0300
committerThong Kuah <tkuah@gitlab.com>2019-06-28 07:48:57 +0300
commitae68c7ea142b12fe179a4027b17d31ac6fb2649c (patch)
treee558ec7fc798f354884e02343beb473e07c96732 /changelogs/unreleased
parent732ee60693c5986f9041b05665588306eefd69d9 (diff)
parent96b116d0998df5b026b168e686add915fdf2e719 (diff)
Merge branch 'support-jsonb-default-value' into 'master'
Support jsonb Default Value in add_column_with_default Migration Helper See merge request gitlab-org/gitlab-ce!29871
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/support-jsonb-default-value.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/support-jsonb-default-value.yml b/changelogs/unreleased/support-jsonb-default-value.yml
new file mode 100644
index 00000000000..d46156276f9
--- /dev/null
+++ b/changelogs/unreleased/support-jsonb-default-value.yml
@@ -0,0 +1,5 @@
+---
+title: Support jsonb default in add_column_with_default migration helper
+merge_request: 29871
+author:
+type: other