diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-02 15:09:06 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-02 15:09:06 +0000 |
| commit | dab865db1e85e2fc3dd29dae8dc6b8e11b1ba3f7 (patch) | |
| tree | 12a383ef1779b38c36d170ee5a6fe90585985f0f /db/structure.sql | |
| parent | bdf5d637dab13620c56063c628274746182196ad (diff) | |
| download | gitlab-ce-main.tar.gz | |
Add latest changes from gitlab-org/gitlab@mastermain
Diffstat (limited to 'db/structure.sql')
| -rw-r--r-- | db/structure.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql index 37316252119..ce7b51d067c 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -15837,7 +15837,8 @@ CREATE TABLE project_features ( metrics_dashboard_access_level integer, requirements_access_level integer DEFAULT 20 NOT NULL, operations_access_level integer DEFAULT 20 NOT NULL, - analytics_access_level integer DEFAULT 20 NOT NULL + analytics_access_level integer DEFAULT 20 NOT NULL, + security_and_compliance_access_level integer DEFAULT 10 NOT NULL ); CREATE SEQUENCE project_features_id_seq |
