diff options
author | Krasimir Angelov <kangelov@gitlab.com> | 2019-06-19 07:25:55 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-06-19 07:25:55 +0000 |
commit | a6495a75d66402e3b7c86ed4fa490f1d4f16892c (patch) | |
tree | 022aeb5d9a504b3b8c63bfbca49798d8aea4f922 | |
parent | c3d772326c7301a4e160d45ae3e251c42aa10169 (diff) | |
download | gitlab-ce-a6495a75d66402e3b7c86ed4fa490f1d4f16892c.tar.gz |
Add changelog for feature flags encrypted tokens
We missed to add this in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29320.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/57918
-rw-r--r-- | changelogs/unreleased/57918-encrypt-feature-flags-tokens-changelog.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/57918-encrypt-feature-flags-tokens-changelog.yml b/changelogs/unreleased/57918-encrypt-feature-flags-tokens-changelog.yml new file mode 100644 index 00000000000..9701c8bc4a5 --- /dev/null +++ b/changelogs/unreleased/57918-encrypt-feature-flags-tokens-changelog.yml @@ -0,0 +1,5 @@ +--- +title: Add token_encrypted column to operations_feature_flags_clients table +merge_request: +author: +type: other |