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