BigW Consortium Gitlab

20150717130904_add_commits_count_to_project.rb 142 Bytes
class AddCommitsCountToProject < ActiveRecord::Migration
  def change
    add_column :projects, :commit_count, :integer, default: 0
  end
end