debian-mirror-gitlab/db/migrate/20151002112914_add_stage_idx_to_builds.rb
2015-10-24 18:46:33 +05:30

6 lines
123 B
Ruby

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