debian-mirror-gitlab/db/migrate/20150924125150_add_project_id_to_ci_commit.rb

6 lines
127 B
Ruby
Raw Normal View History

2015-10-24 18:46:33 +05:30
class AddProjectIdToCiCommit < ActiveRecord::Migration
def up
add_column :ci_commits, :gl_project_id, :integer
end
end