diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
commit | 5b51129e3356a12283f0ba2da15db897ee30cf1a (patch) | |
tree | 81aab0c51c265782c093da49f089908761d5426d /db | |
parent | 71da67f3262eeffe59cc228986e0a2bb97b6dba5 (diff) | |
download | gitlab-ce-5b51129e3356a12283f0ba2da15db897ee30cf1a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb b/db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb index 849d95667a7..2a04781c65e 100644 --- a/db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb +++ b/db/migrate/20200311141943_insert_ci_pipeline_schedules_plan_limits.rb @@ -5,7 +5,7 @@ class InsertCiPipelineSchedulesPlanLimits < ActiveRecord::Migration[6.0] DOWNTIME = false - def change + def up return unless Gitlab.com? create_or_update_plan_limit('ci_pipeline_schedules', 'free', 10) |