summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 12:08:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 12:08:19 +0000
commit12b995e0e7aace4b7695c4424aed71b053c2c2a6 (patch)
tree0f2c9a902693aa5b7c9265c3ed24e842eedb6a96 /db/structure.sql
parent1e02d1c756e1b5e79453fcc805c9737bb6520fca (diff)
downloadgitlab-ce-12b995e0e7aace4b7695c4424aed71b053c2c2a6.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/structure.sql b/db/structure.sql
index b1f6118344e..33a9f13eddf 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -18147,6 +18147,7 @@ CREATE TABLE namespace_settings (
allow_merge_on_skipped_pipeline boolean DEFAULT false NOT NULL,
only_allow_merge_if_all_discussions_are_resolved boolean DEFAULT false NOT NULL,
default_compliance_framework_id bigint,
+ runner_registration_enabled boolean DEFAULT true,
CONSTRAINT check_0ba93c78c7 CHECK ((char_length(default_branch_name) <= 255)),
CONSTRAINT namespace_settings_unique_project_download_limit_allowlist_size CHECK ((cardinality(unique_project_download_limit_allowlist) <= 100))
);