Commit d5646068 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Improve order of columns in pipeline stages table

parent 5a31bbe8
......@@ -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
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