summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-04 18:09:30 +0000
committernao.hashizume <nhashizume@gitlab.com>2022-07-04 12:42:07 -0700
commitf712a0c6de61c94f48c12a25f0cdb1db6bd51c94 (patch)
tree177ced5ef7f03cd1f76e44a6f56c7cc281d06ffc /db/structure.sql
parent0af8d072b36d81d60ad817f1bda0cfc35615096e (diff)
downloadgitlab-ce-nao-test-foss-failure.tar.gz
Add latest changes from gitlab-org/gitlab@masternao-test-foss-failure
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/structure.sql b/db/structure.sql
index f697bacdfc5..2013a434bab 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -17550,6 +17550,8 @@ CREATE TABLE namespace_settings (
project_runner_token_expiration_interval integer,
exclude_from_free_user_cap boolean DEFAULT false NOT NULL,
enabled_git_access_protocol smallint DEFAULT 0 NOT NULL,
+ unique_project_download_limit smallint DEFAULT 0 NOT NULL,
+ unique_project_download_limit_interval_in_seconds integer DEFAULT 0 NOT NULL,
CONSTRAINT check_0ba93c78c7 CHECK ((char_length(default_branch_name) <= 255))
);