Improve order of columns in pipeline stages table

This commit is contained in:
Grzegorz Bizon 2017-06-06 13:30:29 +02:00
parent 5a31bbe86c
commit d564606820

View file

@ -7,8 +7,8 @@ class CreatePipelineStages < ActiveRecord::Migration
create_table :ci_stages do |t|
t.integer :project_id
t.integer :pipeline_id
t.string :name
t.timestamps null: true
t.string :name
end
end
end