Commit ac0e46d0 authored by Tiger Watson's avatar Tiger Watson

Merge branch 'patch-91' into 'master'

Fix migration to have up

See merge request gitlab-org/gitlab!27651
parents 5234d51e 154cf915
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment