diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-07-03 19:14:54 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2017-07-03 19:14:54 +0000 |
commit | 65745f52833694f9fac956fb7e0c03233e646684 (patch) | |
tree | 8406a191bef0ca025434fcb8d23ae35b9054c986 /changelogs | |
parent | fd72b4eda1f0d7d3591a6db8163633efaa3f1955 (diff) | |
parent | 1cecc285cfa7dfb3c34b34f07ab0b51c2a970bde (diff) | |
download | gitlab-ce-65745f52833694f9fac956fb7e0c03233e646684.tar.gz |
Merge branch 'add-ci_variables-environment_scope' into 'master'
Add environment_scope column to ci_variables table
See merge request !12363
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml b/changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml new file mode 100644 index 00000000000..4948d415bed --- /dev/null +++ b/changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml @@ -0,0 +1,6 @@ +--- +title: Rename duplicated variables with the same key for projects. Add environment_scope + column to variables and add unique constraint to make sure that no variables could + be created with the same key within a project +merge_request: 12363 +author: |