class AddPaginationToSettings < ActiveRecord::Migration
	def change
		add_column :settings, :pagination, :boolean, default: true
	end
end
