class AddCommunitySpotlightInStream < ActiveRecord::Migration def self.up add_column :users, :show_community_spotlight_in_stream, :boolean, :null => false, :default => true ActiveRecord::Base.connection.execute <