summaryrefslogtreecommitdiff
path: root/db/migrate/20151002112914_add_stage_idx_to_builds.rb
blob: 68a745ffef49d6c1839964560013d6d274ff9434 (plain)
1
2
3
4
5
class AddStageIdxToBuilds < ActiveRecord::Migration
  def change
    add_column :ci_builds, :stage_idx, :integer
  end
end