Revert smallint stage index field, due to incompatible range

This commit is contained in:
Grzegorz Bizon 2018-04-24 12:33:06 +02:00
parent 952954cb70
commit 9f2350644b

View file

@ -4,6 +4,6 @@ class AddIndexToCiStage < ActiveRecord::Migration
DOWNTIME = false
def change
add_column :ci_stages, :index, :integer, limit: 2
add_column :ci_stages, :index, :integer
end
end