Revert smallint stage index field, due to incompatible range
This commit is contained in:
parent
952954cb70
commit
9f2350644b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue