summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-02-02 15:09:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-02 15:09:06 +0000
commitdab865db1e85e2fc3dd29dae8dc6b8e11b1ba3f7 (patch)
tree12a383ef1779b38c36d170ee5a6fe90585985f0f /db/structure.sql
parentbdf5d637dab13620c56063c628274746182196ad (diff)
downloadgitlab-ce-main.tar.gz
Add latest changes from gitlab-org/gitlab@mastermain
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql3
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