Commit 9f235064 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Revert smallint stage index field, due to incompatible range

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