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:
authorJason Goodman <jgoodman@gitlab.com>2019-06-28 07:48:57 +0300
committerThong Kuah <tkuah@gitlab.com>2019-06-28 07:48:57 +0300
commit96b116d0998df5b026b168e686add915fdf2e719 (patch)
treee558ec7fc798f354884e02343beb473e07c96732 /changelogs
parent732ee60693c5986f9041b05665588306eefd69d9 (diff)
Support jsonb Default Value in add_column_with_default Migration Helper
Diffstat (limited to 'changelogs')
-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