Commit 6848c4e3 authored by Mike Greiling's avatar Mike Greiling Committed by Kamil Trzcinski

fix migration errors

parent ad394fc6
...@@ -4,6 +4,6 @@ class AddLimitBuildMinutesToRunners < ActiveRecord::Migration ...@@ -4,6 +4,6 @@ class AddLimitBuildMinutesToRunners < ActiveRecord::Migration
DOWNTIME = false DOWNTIME = false
def change def change
add_column :runners, :limit_build_minutes, :boolean add_column :ci_runners, :limit_build_minutes, :boolean
end end
end end
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