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

6 lines
123 B
Ruby

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