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

6 lines
132 B
Ruby
Raw Normal View History

2018-12-23 12:14:25 +05:30
class AddProjectIdToCiCommit < ActiveRecord::Migration[4.2]
2015-10-24 18:46:33 +05:30
def up
add_column :ci_commits, :gl_project_id, :integer
end
end