class AddUnderMyThumbToSettings < ActiveRecord::Migration
	def change
		add_column :settings, :under_my_thumb, :string, default: "normalized_credit"
	end
end


