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:
authorAndreas Brandl <abrandl@gitlab.com>2019-06-21 13:16:50 +0300
committerAndreas Brandl <abrandl@gitlab.com>2019-06-21 13:16:50 +0300
commit4dcbee4d26bc473f408384e61b4f412df6f574de (patch)
tree00bcbcf2470757152ef3982c0f2f4e2d3812cd3d /changelogs/unreleased
parentdff6165e8c7d9e1cadbc7c014136dab1c69df62c (diff)
parent0cb6b787a0508ed891f5e69dad5c914e064db491 (diff)
Merge branch 'db/update-geo-nodes-primary' into 'master'
Disallow `NULL` values for `geo_nodes.primary` column Closes gitlab-ee#12061 See merge request gitlab-org/gitlab-ce!29818
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/db-update-geo-nodes-primary.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/db-update-geo-nodes-primary.yml b/changelogs/unreleased/db-update-geo-nodes-primary.yml
new file mode 100644
index 00000000000..7c5203353ac
--- /dev/null
+++ b/changelogs/unreleased/db-update-geo-nodes-primary.yml
@@ -0,0 +1,5 @@
+---
+title: Disallow `NULL` values for `geo_nodes.primary` column
+merge_request: 29818
+author: Arun Kumar Mohan
+type: other