Commit d9f05306 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Use smallint for stage index column

parent 5771972e
......@@ -4,6 +4,6 @@ class AddIndexToCiStage < ActiveRecord::Migration
DOWNTIME = false
def change
add_column :ci_stages, :index, :integer
add_column :ci_stages, :index, :integer, limit: 2
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