# rubocop:disable all class AddCommitsCountToProject < ActiveRecord::Migration[4.2] def change add_column :projects, :commit_count, :integer, default: 0 end end