From 550f143a9c9be1ebdfe257fe853a2adf1e13973c Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Wed, 19 Sep 2012 15:32:27 +0100 Subject: Add an option to disable comments on a request Closes #30. --- app/models/info_request.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/models/info_request.rb') diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 2e16d0f58..b62f67ee1 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,4 +1,5 @@ # == Schema Information +# Schema version: 20120919140404 # # Table name: info_requests # @@ -19,6 +20,7 @@ # external_user_name :string(255) # external_url :string(255) # attention_requested :boolean default(FALSE) +# comments_allowed :boolean default(TRUE), not null # require 'digest/sha1' -- cgit v1.2.3