Commit 154cf915 authored by Thong Kuah's avatar Thong Kuah

Fix migration to have up

We cannot have change and down.
parent 5ac9eb84
...@@ -5,7 +5,7 @@ class InsertCiPipelineSchedulesPlanLimits < ActiveRecord::Migration[6.0] ...@@ -5,7 +5,7 @@ class InsertCiPipelineSchedulesPlanLimits < ActiveRecord::Migration[6.0]
DOWNTIME = false DOWNTIME = false
def change def up
return unless Gitlab.com? return unless Gitlab.com?
create_or_update_plan_limit('ci_pipeline_schedules', 'free', 10) 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