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