gitlab-org--gitlab-foss/db/migrate/20151002112914_add_stage_id...

6 lines
128 B
Ruby

class AddStageIdxToBuilds < ActiveRecord::Migration[4.2]
def change
add_column :ci_builds, :stage_idx, :integer
end
end