class AddIssuesCountToProject < ActiveRecord::Migration def change add_column :projects, :issues_count, :integer, :default => false end end