提交 d9f05306 编写于 作者: G Grzegorz Bizon

Use smallint for stage index column

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册