diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-08 12:08:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-06-08 12:08:46 +0000 |
commit | cdda3d117c99cadf295f26abc92cb2456033b762 (patch) | |
tree | 30315b1ea79ee4639f44a407978ed719c62a1653 /db/structure.sql | |
parent | f4ea1f8998fd64bcd02280514b91f103f830d5ce (diff) | |
download | gitlab-ce-cdda3d117c99cadf295f26abc92cb2456033b762.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 68bcd3075e5..5fe209df915 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -18773,7 +18773,8 @@ CREATE TABLE plan_limits ( dotenv_size integer DEFAULT 5120 NOT NULL, pipeline_triggers integer DEFAULT 25000 NOT NULL, project_ci_secure_files integer DEFAULT 100 NOT NULL, - repository_size bigint DEFAULT 0 NOT NULL + repository_size bigint DEFAULT 0 NOT NULL, + security_policy_scan_execution_schedules integer DEFAULT 0 NOT NULL ); CREATE SEQUENCE plan_limits_id_seq |