Improve order of columns in pipeline stages table
This commit is contained in:
parent
5a31bbe86c
commit
d564606820
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue