debian-mirror-gitlab/db/migrate/20151002112914_add_stage_idx_to_builds.rb
2018-11-18 11:00:15 +05:30

6 lines
123 B
Ruby

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