summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-06-28 03:09:38 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-28 03:09:38 +0000
commitf72c02a9a54483a73878ebd770eec931ac64c8c2 (patch)
treed8695e34de7bf3e4b8250ab29ce2e5ec95c172c9 /db/structure.sql
parent9b07a0e87250887c6fc30911f84fd7e885f56245 (diff)
downloadgitlab-ce-f72c02a9a54483a73878ebd770eec931ac64c8c2.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql7
1 files changed, 6 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index 69f9a4f93f7..7a966564e06 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -19350,7 +19350,12 @@ CREATE TABLE project_features (
analytics_access_level integer DEFAULT 20 NOT NULL,
security_and_compliance_access_level integer DEFAULT 10 NOT NULL,
container_registry_access_level integer DEFAULT 0 NOT NULL,
- package_registry_access_level integer DEFAULT 0 NOT NULL
+ package_registry_access_level integer DEFAULT 0 NOT NULL,
+ monitor_access_level integer DEFAULT 20 NOT NULL,
+ infrastructure_access_level integer DEFAULT 20 NOT NULL,
+ feature_flags_access_level integer DEFAULT 20 NOT NULL,
+ environments_access_level integer DEFAULT 20 NOT NULL,
+ releases_access_level integer DEFAULT 20 NOT NULL
);
CREATE SEQUENCE project_features_id_seq