debian-mirror-gitlab/db/migrate/20151002112914_add_stage_idx_to_builds.rb
2019-02-15 15:39:39 +05:30

5 lines
128 B
Ruby

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